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 125f049 commit 311ea66Copy full SHA for 311ea66
Doc/library/stdtypes.rst
@@ -2202,6 +2202,8 @@ expression support in the :mod:`re` module).
2202
>>> '-'.join('Python')
2203
'P-y-t-h-o-n'
2204
2205
+ See also :meth:`split`.
2206
+
2207
2208
.. method:: str.ljust(width, fillchar=' ', /)
2209
@@ -2414,6 +2416,8 @@ expression support in the :mod:`re` module).
2414
2416
>>> " foo ".split(maxsplit=0)
2415
2417
['foo ']
2418
2419
+ See also :meth:`join`.
2420
2421
2422
.. index::
2423
single: universal newlines; str.splitlines method
0 commit comments