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