Skip to content

Commit 6c5e2ca

Browse files
Update Doc/library/stdtypes.rst
Co-authored-by: Stan Ulbrych <89152624+StanFromIreland@users.noreply.github.com>
1 parent 0820328 commit 6c5e2ca

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Doc/library/stdtypes.rst

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2191,9 +2191,7 @@ expression support in the :mod:`re` module).
21912191
Return a string which is the concatenation of the strings in *iterable*.
21922192
A :exc:`TypeError` will be raised if there are any non-string values in
21932193
*iterable*, including :class:`bytes` objects. The separator between
2194-
elements is the string providing this method.
2195-
2196-
For example:
2194+
elements is the string providing this method. For example:
21972195

21982196
.. doctest::
21992197

0 commit comments

Comments
 (0)