Thanks to visit codestin.com Credit goes to github.com
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 aa4caf9 commit bfe544dCopy full SHA for bfe544d
1 file changed
Lib/datetime.py
@@ -2327,7 +2327,7 @@ def _name_from_offset(delta):
2327
# This is again a requirement for a sane tzinfo class.
2328
#
2329
# 4. (x+k).s = x.s
2330
-# This follows from #2, and that datimetimetz+timedelta preserves tzinfo.
+# This follows from #2, and that datetime.timetz+timedelta preserves tzinfo.
2331
2332
# 5. (x+k).n = x.n + k
2333
# Again follows from how arithmetic is defined.
0 commit comments