Skip to content

Commit dee5643

Browse files
[3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-114937)
(cherry picked from commit b27812d) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
1 parent e9d5324 commit dee5643

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/datetime.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -1211,9 +1211,9 @@ Supported operations:
12111211
attributes, the comparison acts as comparands were first converted to UTC
12121212
datetimes except that the implementation never overflows.
12131213

1214-
.. versionchanged:: 3.3
1215-
Equality comparisons between aware and naive :class:`.datetime`
1216-
instances don't raise :exc:`TypeError`.
1214+
.. versionchanged:: 3.3
1215+
Equality comparisons between aware and naive :class:`.datetime`
1216+
instances don't raise :exc:`TypeError`.
12171217

12181218
Instance methods:
12191219

0 commit comments

Comments
 (0)