We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12ec8ce commit 20d4375Copy full SHA for 20d4375
Lib/datetime.py
@@ -2323,7 +2323,7 @@ def _name_from_offset(delta):
2323
# This is again a requirement for a sane tzinfo class.
2324
#
2325
# 4. (x+k).s = x.s
2326
-# This follows from #2, and that datimetimetz+timedelta preserves tzinfo.
+# This follows from #2, and that datetime.timetz+timedelta preserves tzinfo.
2327
2328
# 5. (x+k).n = x.n + k
2329
# Again follows from how arithmetic is defined.
0 commit comments