https://github.com/python/cpython/commit/dee56434b56e397be0f06fa13a3834a41bcd3fb3
commit: dee56434b56e397be0f06fa13a3834a41bcd3fb3
branch: 3.12
author: Miss Islington (bot) <[email protected]>
committer: serhiy-storchaka <[email protected]>
date: 2024-02-02T23:18:07+02:00
summary:

[3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) 
(GH-114937)

(cherry picked from commit b27812d6320e35d62d91f1b3714be1e38021101a)

Co-authored-by: Serhiy Storchaka <[email protected]>

files:
M Doc/library/datetime.rst

diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index 877a4e4480b014..3363eb85ac7008 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -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:
 

_______________________________________________
Python-checkins mailing list -- [email protected]
To unsubscribe send an email to [email protected]
https://mail.python.org/mailman3/lists/python-checkins.python.org/
Member address: [email protected]

Reply via email to