diff options
author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 18:43:51 (GMT) |
---|---|---|
committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-04 18:43:51 (GMT) |
commit | 3aac1794983715992b8f7f57ea627b681088e3e3 (patch) | |
tree | f861629f486f597d55ffb4fb388c7ff0ddb3d7ad /Doc/library/datetime.rst | |
parent | a6bac95a3c6eb926d3eded04e4b04a1d552053d1 (diff) | |
download | cpython-3aac1794983715992b8f7f57ea627b681088e3e3.zip cpython-3aac1794983715992b8f7f57ea627b681088e3e3.tar.gz cpython-3aac1794983715992b8f7f57ea627b681088e3e3.tar.bz2 |
Fix whitespace nit in datetime and os rst files.
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index b5b6cef..56fa698 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -1251,7 +1251,7 @@ Supported operations: subtracting their UTC offsets (obtained from ``self.utcoffset()``). In order to stop mixed-type comparisons from falling back to the default comparison by object address, when a :class:`time` object is compared to an object of a - different type, :exc:`TypeError` is raised unless the comparison is ``==`` or + different type, :exc:`TypeError` is raised unless the comparison is ``==`` or ``!=``. The latter cases return :const:`False` or :const:`True`, respectively. * hash, use as dict key |