diff options
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r-- | Doc/library/datetime.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 85bbb89..daec02b 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -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 |