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

GitHub noreply at github.com
Sat May 27 01:44:42 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/python/cpython
  Commit: 08e2f355d04d3cbea5751ce1275306ee3f569b32
      https://github.com/python/cpython/commit/08e2f355d04d3cbea5751ce1275306ee3f569b32
  Author: Sanyam Khurana <CuriousLearner at users.noreply.github.com>
  Date:   2017-05-27 (Sat, 27 May 2017)

  Changed paths:
    M Doc/library/stdtypes.rst

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




More information about the Python-checkins mailing list