Skip to content

Commit bfe544d

Browse files
authored
Fix typo (GH-23019)
Fixed possible typo in comment
1 parent aa4caf9 commit bfe544d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/datetime.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2327,7 +2327,7 @@ def _name_from_offset(delta):
23272327
# This is again a requirement for a sane tzinfo class.
23282328
#
23292329
# 4. (x+k).s = x.s
2330-
# This follows from #2, and that datimetimetz+timedelta preserves tzinfo.
2330+
# This follows from #2, and that datetime.timetz+timedelta preserves tzinfo.
23312331
#
23322332
# 5. (x+k).n = x.n + k
23332333
# Again follows from how arithmetic is defined.

0 commit comments

Comments
 (0)