This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vy0123
Recipients docs@python, josh.r, vy0123
Date 2014-10-23.04:21:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1414038084.48.0.166834079265.issue22702@psf.upfronthosting.co.za>
In-reply-to
Content
The improvement on the original (doc v.2.7.5) lies in the removal of the repeated 'iterable' in the first sentence, and I have also shortened it to deliver only what is returned by the builtin method which was what I wanted to know without knowing how. I wrote up this reformulation as I would have like to read it. I believe the word "concatenation" is off putting to beginners without a formal background or wanting to acquire that, and there are people like me who prefer plain and simple words. "concatenation" could be used in a footnote to guide readers to more depth if that is something they want to have. The inline usage example serves to confirm what has been described/claimed.

--original: doc v.2.7.5

str.join(iterable)

Return a string which is the concatenation of the strings in the iterable iterable. The separator between elements is the string providing this method.
History
Date User Action Args
2014-10-23 04:21:24vy0123setrecipients: + vy0123, docs@python, josh.r
2014-10-23 04:21:24vy0123setmessageid: <1414038084.48.0.166834079265.issue22702@psf.upfronthosting.co.za>
2014-10-23 04:21:24vy0123linkissue22702 messages
2014-10-23 04:21:23vy0123create