Skip to content

Commit 9bc79da

Browse files
[3.11] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-114936)
(cherry picked from commit b27812d) Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent df5381d commit 9bc79da

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Doc/library/datetime.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1203,9 +1203,9 @@ Supported operations:
12031203
attributes, the comparison acts as comparands were first converted to UTC
12041204
datetimes except that the implementation never overflows.
12051205

1206-
.. versionchanged:: 3.3
1207-
Equality comparisons between aware and naive :class:`.datetime`
1208-
instances don't raise :exc:`TypeError`.
1206+
.. versionchanged:: 3.3
1207+
Equality comparisons between aware and naive :class:`.datetime`
1208+
instances don't raise :exc:`TypeError`.
12091209

12101210
Instance methods:
12111211

0 commit comments

Comments
 (0)