File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments