]> granicus.if.org Git - python/commit
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156)
authorSanyam Khurana <CuriousLearner@users.noreply.github.com>
Sat, 27 May 2017 05:44:41 +0000 (11:14 +0530)
committerNick Coghlan <ncoghlan@gmail.com>
Sat, 27 May 2017 05:44:41 +0000 (15:44 +1000)
commit08e2f355d04d3cbea5751ce1275306ee3f569b32
tree1c7f4b9bae35c64f70e18b3de15b0232f394604e
parent2b44e302ec3079363c4d5c875677945953705c58
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156)

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.
Doc/library/stdtypes.rst