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

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

index abf517649504b24bf8ec7340dce6a9fef1de4e5b..af05c12ffd794b8e1129a2ba96a798b2a8c058ae 100644 (file)
@@ -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: