From b0f0895849e6892a79ab0df61e404af724b3b048 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89ric=20Araujo?= Date: Sun, 24 Jun 2012 16:22:09 -0400 Subject: [PATCH] Fix indentation --- Doc/library/datetime.rst | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 85bbb899789..daec02b8a8b 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