mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Reword aware/naive introduction sentence (GH-20175)
This is more informative and avoids the question of whether the period should go inside or outside the quotation marks. See also GH-20007.
This commit is contained in:
parent
f50516e6a9
commit
2e76820a50
1 changed files with 2 additions and 1 deletions
|
|
@ -35,7 +35,8 @@ on efficient attribute extraction for output formatting and manipulation.
|
|||
Aware and Naive Objects
|
||||
-----------------------
|
||||
|
||||
Date and time objects may be categorized as "aware" or "naive".
|
||||
Date and time objects may be categorized as "aware" or "naive" depending on
|
||||
whether or not they include timezone information.
|
||||
|
||||
With sufficient knowledge of applicable algorithmic and political time
|
||||
adjustments, such as time zone and daylight saving time information,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue