summaryrefslogtreecommitdiffstats
path: root/Doc/library/datetime.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:44:17 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-07-04 18:44:17 (GMT)
commit8fbfc12f5e156e753f40853254ed3fb57be03639 (patch)
tree95f1da25fd65fcec8f4e7933ad6aa65ad3844dec /Doc/library/datetime.rst
parent276a58b8218ba2e6c13114ce3942d25328d0e8ee (diff)
parent3aac1794983715992b8f7f57ea627b681088e3e3 (diff)
downloadcpython-8fbfc12f5e156e753f40853254ed3fb57be03639.zip
cpython-8fbfc12f5e156e753f40853254ed3fb57be03639.tar.gz
cpython-8fbfc12f5e156e753f40853254ed3fb57be03639.tar.bz2
merge from 3.2
Diffstat (limited to 'Doc/library/datetime.rst')
-rw-r--r--Doc/library/datetime.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst
index c8e22f1..3bda2ab 100644
--- a/Doc/library/datetime.rst
+++ b/Doc/library/datetime.rst
@@ -1267,7 +1267,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