Skip to content

Commit e066e98

Browse files
committed
Remove trailing whitespace
1 parent 61a1fd8 commit e066e98

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/operator.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ Operations which work with sequences (some of them with mappings too) include:
220220
__concat__(a, b)
221221

222222
Return ``a + b`` for *a* and *b* sequences.
223-
(Note that there is no :meth:`!__concat__` method.
223+
(Note that there is no :meth:`!__concat__` method.
224224
Instead, the :meth:`~object.__add__` method is called.)
225225

226226

@@ -521,7 +521,7 @@ will perform the update, so no subsequent assignment is necessary:
521521
__iconcat__(a, b)
522522

523523
``a = iconcat(a, b)`` is equivalent to ``a += b`` for *a* and *b* sequences.
524-
(Note that there is no :meth:`!__iconcat__` method.
524+
(Note that there is no :meth:`!__iconcat__` method.
525525
Instead, the :meth:`~object.__iadd__` method is called.)
526526

527527

0 commit comments

Comments
 (0)