We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0820328 commit 6c5e2caCopy full SHA for 6c5e2ca
Doc/library/stdtypes.rst
@@ -2191,9 +2191,7 @@ expression support in the :mod:`re` module).
2191
Return a string which is the concatenation of the strings in *iterable*.
2192
A :exc:`TypeError` will be raised if there are any non-string values in
2193
*iterable*, including :class:`bytes` objects. The separator between
2194
- elements is the string providing this method.
2195
-
2196
- For example:
+ elements is the string providing this method. For example:
2197
2198
.. doctest::
2199
0 commit comments