New submission from py.user <port...@yandex.ru>:

http://docs.python.org/py3k/library/stdtypes.html#str.join

str.join(iterable)ΒΆ

    Return a string which is the concatenation of the strings in the iterable 
iterable. A TypeError will be raised if there are any non-string values in seq, 
including bytes objects. The separator between elements is the string providing 
this method.


"non-string values in seq" -> "non-string values in iterable"

----------
assignee: docs@python
components: Documentation
messages: 150999
nosy: docs@python, py.user
priority: normal
severity: normal
status: open
title: str.join description contains an incorrect reference to argument
versions: Python 3.2

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13753>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to