Fix indentation of "versionchanged" in datetime.rst (GH-114933)

This commit is contained in:
Serhiy Storchaka 2024-02-02 23:09:16 +02:00 committed by GitHub
parent 920b89f627
commit b27812d632
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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