diff options
author | Éric Araujo <merwok@netwok.org> | 2012-06-24 20:22:09 (GMT) |
---|---|---|
committer | Éric Araujo <merwok@netwok.org> | 2012-06-24 20:22:09 (GMT) |
commit | b0f0895849e6892a79ab0df61e404af724b3b048 (patch) | |
tree | 0599570ea2322664bcc51c91d9b7f79945c4615b /Doc | |
parent | 488fccfaaf0afb432c9131ad40eb81e517316fbc (diff) | |
download | cpython-b0f0895849e6892a79ab0df61e404af724b3b048.zip cpython-b0f0895849e6892a79ab0df61e404af724b3b048.tar.gz cpython-b0f0895849e6892a79ab0df61e404af724b3b048.tar.bz2 |
Fix indentation
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/library/datetime.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Doc/library/datetime.rst b/Doc/library/datetime.rst index 85bbb89..daec02b 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 |