Skip to content

Commit 8c8ed93

Browse files
serhiy-storchakaaisk
authored andcommitted
Fix indentation of "versionchanged" in datetime.rst (pythonGH-114933)
1 parent 54c58e9 commit 8c8ed93

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
@@ -1214,9 +1214,9 @@ Supported operations:
12141214
attributes, the comparison acts as comparands were first converted to UTC
12151215
datetimes except that the implementation never overflows.
12161216

1217-
.. versionchanged:: 3.3
1218-
Equality comparisons between aware and naive :class:`.datetime`
1219-
instances don't raise :exc:`TypeError`.
1217+
.. versionchanged:: 3.3
1218+
Equality comparisons between aware and naive :class:`.datetime`
1219+
instances don't raise :exc:`TypeError`.
12201220

12211221
Instance methods:
12221222

0 commit comments

Comments
 (0)