From: Éric Araujo Date: Sun, 24 Jun 2012 20:22:09 +0000 (-0400) Subject: Fix indentation X-Git-Tag: v3.3.0b1~34^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0f0895849e6892a79ab0df61e404af724b3b048;p=thirdparty%2FPython%2Fcpython.git Fix indentation --- diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 85bbb899789d..daec02b8a8b9 100644 --- a/Doc/library/datetime.rst +++ b/Doc/library/datetime.rst @@ -913,8 +913,8 @@ Supported operations: .. versionchanged:: 3.3 - Equality comparisons between naive and aware :class:`datetime` - instances don't raise :exc:`TypeError`. + Equality comparisons between naive and aware :class:`datetime` + instances don't raise :exc:`TypeError`. .. note:: @@ -1344,8 +1344,8 @@ Supported operations: .. versionchanged:: 3.3 - Equality comparisons between naive and aware :class:`time` instances - don't raise :exc:`TypeError`. + Equality comparisons between naive and aware :class:`time` instances + don't raise :exc:`TypeError`. * hash, use as dict key