]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
[3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-114937)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 2 Feb 2024 21:18:07 +0000 (22:18 +0100)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2024 21:18:07 +0000 (23:18 +0200)
(cherry picked from commit b27812d6320e35d62d91f1b3714be1e38021101a)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Doc/library/datetime.rst

index 877a4e4480b014576f83c575c675015dab96798e..3363eb85ac7008f3991f6fba742c8a860f907f49 100644 (file)
@@ -1211,9 +1211,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: