From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 2 Feb 2024 21:18:07 +0000 (+0100) Subject: [3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-114937) X-Git-Tag: v3.12.2~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dee56434b56e397be0f06fa13a3834a41bcd3fb3;p=thirdparty%2FPython%2Fcpython.git [3.12] Fix indentation of "versionchanged" in datetime.rst (GH-114933) (GH-114937) (cherry picked from commit b27812d6320e35d62d91f1b3714be1e38021101a) Co-authored-by: Serhiy Storchaka --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 877a4e4480b0..3363eb85ac70 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: