summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Doc/library/datetime.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index abf5176..af05c12 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1203,9 +1203,9 @@ Supported operations:
attributes, the comparison acts as comparands were first converted to UTC
datetimes except that the implementation never overflows.
- .. versionchanged:: 3.3
- Equality comparisons between aware and naive :class:`.datetime`
- instances don't raise :exc:`TypeError`.
+.. versionchanged:: 3.3
+ Equality comparisons between aware and naive :class:`.datetime`
+ instances don't raise :exc:`TypeError`.
Instance methods: