mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Fix indentation of "versionchanged" in datetime.rst (GH-114933)
This commit is contained in:
parent
920b89f627
commit
b27812d632
1 changed files with 3 additions and 3 deletions
|
@ -1214,7 +1214,7 @@ Supported operations:
|
|||
attributes, the comparison acts as comparands were first converted to UTC
|
||||
datetimes except that the implementation never overflows.
|
||||
|
||||
.. versionchanged:: 3.3
|
||||
.. versionchanged:: 3.3
|
||||
Equality comparisons between aware and naive :class:`.datetime`
|
||||
instances don't raise :exc:`TypeError`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue