mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
Fix indentation
This commit is contained in:
parent
488fccfaaf
commit
b0f0895849
1 changed files with 4 additions and 4 deletions
|
@ -913,8 +913,8 @@ Supported operations:
|
|||
|
||||
.. versionchanged:: 3.3
|
||||
|
||||
Equality comparisons between naive and aware :class:`datetime`
|
||||
instances don't raise :exc:`TypeError`.
|
||||
Equality comparisons between naive and aware :class:`datetime`
|
||||
instances don't raise :exc:`TypeError`.
|
||||
|
||||
.. note::
|
||||
|
||||
|
@ -1344,8 +1344,8 @@ Supported operations:
|
|||
|
||||
.. versionchanged:: 3.3
|
||||
|
||||
Equality comparisons between naive and aware :class:`time` instances
|
||||
don't raise :exc:`TypeError`.
|
||||
Equality comparisons between naive and aware :class:`time` instances
|
||||
don't raise :exc:`TypeError`.
|
||||
|
||||
* hash, use as dict key
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue