Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ab88803 + b0f0895 commit 00081f3Copy full SHA for 00081f3
1 file changed
Doc/library/datetime.rst
@@ -913,8 +913,8 @@ Supported operations:
913
914
.. versionchanged:: 3.3
915
916
- Equality comparisons between naive and aware :class:`datetime`
917
- instances don't raise :exc:`TypeError`.
+ Equality comparisons between naive and aware :class:`datetime`
+ instances don't raise :exc:`TypeError`.
918
919
.. note::
920
@@ -1344,8 +1344,8 @@ Supported operations:
1344
1345
1346
1347
- Equality comparisons between naive and aware :class:`time` instances
1348
- don't raise :exc:`TypeError`.
+ Equality comparisons between naive and aware :class:`time` instances
+ don't raise :exc:`TypeError`.
1349
1350
* hash, use as dict key
1351
0 commit comments