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

GitHub noreply at github.com
Wed May 31 22:48:29 EDT 2017


  Branch: refs/heads/3.5
  Home:   https://github.com/python/cpython
  Commit: 1721b06a78a4fd7942d9658ac8add6911a1a03e3
      https://github.com/python/cpython/commit/1721b06a78a4fd7942d9658ac8add6911a1a03e3
  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-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)




More information about the Python-checkins mailing list