diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 20:26:21 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 20:26:21 (GMT) |
commit | 217aa554faff873e6a4f36d28b89a27de2f2229a (patch) | |
tree | d088b1bf0fa3250bca6b5996ce087d2e236e69cd | |
parent | 00081f38696a21de7de15378c8748e8d0b2d8702 (diff) | |
download | cpython-217aa554faff873e6a4f36d28b89a27de2f2229a.zip cpython-217aa554faff873e6a4f36d28b89a27de2f2229a.tar.gz cpython-217aa554faff873e6a4f36d28b89a27de2f2229a.tar.bz2 |
Fix markup, for real this time.
-rw-r--r-- | Doc/library/datetime.rst | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index daec02b..c0cc2f1 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -912,7 +912,6 @@ Supported operations: offsets (obtained from ``self.utcoffset()``). .. versionchanged:: 3.3 - Equality comparisons between naive and aware :class:`datetime` instances don't raise :exc:`TypeError`. @@ -1343,7 +1342,6 @@ Supported operations: ``!=``. The latter cases return :const:`False` or :const:`True`, respectively. .. versionchanged:: 3.3 - Equality comparisons between naive and aware :class:`time` instances don't raise :exc:`TypeError`. |