From 217aa554faff873e6a4f36d28b89a27de2f2229a Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sun, 24 Jun 2012 22:26:21 +0200 Subject: [PATCH] Fix markup, for real this time. --- Doc/library/datetime.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index daec02b8a8b..c0cc2f151b4 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`.