Skip to content

Commit 125f049

Browse files
committed
[Doc] Restored anchor on str.join()
1 parent 6c5e2ca commit 125f049

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Doc/library/stdtypes.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2186,6 +2186,8 @@ expression support in the :mod:`re` module).
21862186
False
21872187

21882188

2189+
.. _meth-str-join:
2190+
21892191
.. method:: str.join(iterable, /)
21902192

21912193
Return a string which is the concatenation of the strings in *iterable*.

0 commit comments

Comments
 (0)