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,7 +1214,7 @@ Supported operations:
attributes, the comparison acts as comparands were first converted to UTC attributes, the comparison acts as comparands were first converted to UTC
datetimes except that the implementation never overflows. datetimes except that the implementation never overflows.
.. versionchanged:: 3.3 .. versionchanged:: 3.3
Equality comparisons between aware and naive :class:`.datetime` Equality comparisons between aware and naive :class:`.datetime`
instances don't raise :exc:`TypeError`. instances don't raise :exc:`TypeError`.