[Python-checkins] [python/cpython] 952215: bpo-22702: Clarify documentation of str.join & byt...

GitHub noreply at github.com
Wed May 31 22:49:02 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 9522159bc41f2be0f4aafd0fa182669876aca47f
      https://github.com/python/cpython/commit/9522159bc41f2be0f4aafd0fa182669876aca47f
  Author: Mariatta <Mariatta at users.noreply.github.com>
  Date:   2017-05-31 (Wed, 31 May 2017)

  Changed paths:
    M Doc/library/stdtypes.rst

  Log Message:
  -----------
  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)




More information about the Python-checkins mailing list