]> granicus.if.org Git - python/commit
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1897)
authorMariatta <Mariatta@users.noreply.github.com>
Thu, 1 Jun 2017 02:49:01 +0000 (19:49 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2017 02:49:01 +0000 (19:49 -0700)
commit9522159bc41f2be0f4aafd0fa182669876aca47f
tree6f1b8e134915e7b4a9a013f4356e19430d08c207
parent9abd0bf68f73b3beb56954e22740f0efcf04bc79
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1897)

The "iterable iterable" phrasing created confusion between the term
reference and the parameter name.

This simplifies the phrasing to just use the parameter name
without linking directly to the term definition.
(cherry picked from commit 08e2f355d04d3cbea5751ce1275306ee3f569b32)
Doc/library/stdtypes.rst