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

(cherry picked from commit b27812d632)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
Miss Islington (bot) 2024-02-02 22:18:25 +01:00 committed by GitHub
parent df5381d8b6
commit 9bc79da844
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 3 deletions

View 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: