From: Georg Brandl Date: Sun, 24 Jun 2012 20:26:21 +0000 (+0200) Subject: Fix markup, for real this time. X-Git-Tag: v3.3.0b1~31^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=217aa554faff873e6a4f36d28b89a27de2f2229a;p=python Fix markup, for real this time. --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index daec02b8a8..c0cc2f151b 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`.