commit | 9139f23464ed0f71cb0e34a535a5b7ddf7fad748 | [log] [tgz] |
---|---|---|
author | Mariatta <Mariatta@users.noreply.github.com> | Wed May 31 19:49:30 2017 -0700 |
committer | GitHub <noreply@github.com> | Wed May 31 19:49:30 2017 -0700 |
tree | 46ac4ee0cb634e7a67348d398338d84043e7e94c | |
parent | 32e220f1a28cce4f39823594fc348dbdebcce2d9 [diff] |
bpo-22702: Clarify documentation of str.join & bytes.join (GH-156) (GH-1898) 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)