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 df5381d commit 9bc79daCopy full SHA for 9bc79da
Doc/library/datetime.rst
@@ -1203,9 +1203,9 @@ Supported operations:
1203
attributes, the comparison acts as comparands were first converted to UTC
1204
datetimes except that the implementation never overflows.
1205
1206
- .. versionchanged:: 3.3
1207
- Equality comparisons between aware and naive :class:`.datetime`
1208
- instances don't raise :exc:`TypeError`.
+.. versionchanged:: 3.3
+ Equality comparisons between aware and naive :class:`.datetime`
+ instances don't raise :exc:`TypeError`.
1209
1210
Instance methods:
1211
0 commit comments