]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Fix indentation of "versionchanged" in datetime.rst (GH-114933)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 2 Feb 2024 21:09:16 +0000 (23:09 +0200)
committerGitHub <noreply@github.com>
Fri, 2 Feb 2024 21:09:16 +0000 (23:09 +0200)
Doc/library/datetime.rst

index 096670634ee9569c8705f5222c69ad79c1704554..735c3b24f81509e0eaf5fd4ed7d9154f3a8c4116 100644 (file)
@@ -1214,9 +1214,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: