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 920b89f commit b27812dCopy full SHA for b27812d
1 file changed
Doc/library/datetime.rst
@@ -1214,9 +1214,9 @@ Supported operations:
1214
attributes, the comparison acts as comparands were first converted to UTC
1215
datetimes except that the implementation never overflows.
1216
1217
- .. versionchanged:: 3.3
1218
- Equality comparisons between aware and naive :class:`.datetime`
1219
- instances don't raise :exc:`TypeError`.
+.. versionchanged:: 3.3
+ Equality comparisons between aware and naive :class:`.datetime`
+ instances don't raise :exc:`TypeError`.
1220
1221
Instance methods:
1222
0 commit comments