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日 (2017年5月27日) 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.