Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit10a1cdf

Browse files
bpo-22702: Improves documentation for str.join method
1 parentb2ee40e commit10a1cdf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎Doc/library/stdtypes.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1720,9 +1720,9 @@ expression support in the :mod:`re` module).
17201720
..method::str.join(iterable)
17211721

17221722
Return a string which is the concatenation of the strings in the
1723-
:term:`iterable`*iterable*. A:exc:`TypeError` will be raised if there are
1724-
any non-string values in *iterable*, including:class:`bytes` objects. The
1725-
separator between elements is the string providing this method.
1723+
:term:`iterable`separated by the string ``str`` provided in this method. A
1724+
:exc:`TypeError` will be raised if there are any non-string values in
1725+
*iterable*, including:class:`bytes` objects.
17261726

17271727

17281728
..method::str.ljust(width[, fillchar])

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp