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

(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:07 +01:00 committed by GitHub
parent e9d53248c6
commit dee56434b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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