From: Serhiy Storchaka Date: Fri, 2 Feb 2024 21:09:16 +0000 (+0200) Subject: Fix indentation of "versionchanged" in datetime.rst (GH-114933) X-Git-Tag: v3.13.0a4~188 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b27812d6320e35d62d91f1b3714be1e38021101a;p=thirdparty%2FPython%2Fcpython.git Fix indentation of "versionchanged" in datetime.rst (GH-114933) --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 096670634ee9..735c3b24f815 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -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: