Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b0f0895

Browse files
committed
Fix indentation
1 parent 488fccf commit b0f0895

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

Doc/library/datetime.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -913,8 +913,8 @@ Supported operations:
913913

914914
.. versionchanged:: 3.3
915915

916-
Equality comparisons between naive and aware :class:`datetime`
917-
instances don't raise :exc:`TypeError`.
916+
Equality comparisons between naive and aware :class:`datetime`
917+
instances don't raise :exc:`TypeError`.
918918

919919
.. note::
920920

@@ -1344,8 +1344,8 @@ Supported operations:
13441344

13451345
.. versionchanged:: 3.3
13461346

1347-
Equality comparisons between naive and aware :class:`time` instances
1348-
don't raise :exc:`TypeError`.
1347+
Equality comparisons between naive and aware :class:`time` instances
1348+
don't raise :exc:`TypeError`.
13491349

13501350
* hash, use as dict key
13511351

0 commit comments

Comments
 (0)