Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e76820

Browse files
author
Mathieu Dupuy
authored
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.
1 parent f50516e commit 2e76820

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Doc/library/datetime.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ on efficient attribute extraction for output formatting and manipulation.
3535
Aware and Naive Objects
3636
-----------------------
3737

38-
Date and time objects may be categorized as "aware" or "naive".
38+
Date and time objects may be categorized as "aware" or "naive" depending on
39+
whether or not they include timezone information.
3940

4041
With sufficient knowledge of applicable algorithmic and political time
4142
adjustments, such as time zone and daylight saving time information,

0 commit comments

Comments
 (0)