Fix markup, for real this time.

This commit is contained in:
Georg Brandl 2012-06-24 22:26:21 +02:00
parent 00081f3869
commit 217aa554fa

View file

@ -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`.