mirror of https://github.com/python/cpython.git
Fix indentation
This commit is contained in:
parent
488fccfaaf
commit
b0f0895849
|
@ -913,8 +913,8 @@ Supported operations:
|
||||||
|
|
||||||
.. versionchanged:: 3.3
|
.. versionchanged:: 3.3
|
||||||
|
|
||||||
Equality comparisons between naive and aware :class:`datetime`
|
Equality comparisons between naive and aware :class:`datetime`
|
||||||
instances don't raise :exc:`TypeError`.
|
instances don't raise :exc:`TypeError`.
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
@ -1344,8 +1344,8 @@ Supported operations:
|
||||||
|
|
||||||
.. versionchanged:: 3.3
|
.. versionchanged:: 3.3
|
||||||
|
|
||||||
Equality comparisons between naive and aware :class:`time` instances
|
Equality comparisons between naive and aware :class:`time` instances
|
||||||
don't raise :exc:`TypeError`.
|
don't raise :exc:`TypeError`.
|
||||||
|
|
||||||
* hash, use as dict key
|
* hash, use as dict key
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue