mirror of
https://github.com/python/cpython.git
synced 2025-08-15 14:20:55 +00:00
[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:
parent
e9d53248c6
commit
dee56434b5
1 changed files with 3 additions and 3 deletions
|
@ -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:
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue