]> granicus.if.org Git - python/commit
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1896)
authorMariatta <Mariatta@users.noreply.github.com>
Thu, 1 Jun 2017 02:48:28 +0000 (19:48 -0700)
committerGitHub <noreply@github.com>
Thu, 1 Jun 2017 02:48:28 +0000 (19:48 -0700)
commit1721b06a78a4fd7942d9658ac8add6911a1a03e3
tree2f73bbb7e8b41567c638dc962eeb6ffaf1cbeca3
parent958e815fe014e9a3c64f3568b883c2a7b32a4e2e
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1896)

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