
report at bugs
Nov 26, 2009, 12:10 PM
Post #1 of 2
(265 views)
Permalink
|
|
[issue7400] Small typo in Python's library documentation: set
|
|
New submission from Renato Cunha <renato [at] renatocunha>: In the documentation of the built-in functions, the description of set says "Return a new set, optionally with elements ARE taken from iterable. ...". The referenced text should be either "... optionally with elements taken from iterable. ...". ---------- assignee: georg.brandl components: Documentation files: set-typo-fix.diff keywords: patch messages: 95752 nosy: georg.brandl, trovao severity: normal status: open title: Small typo in Python's library documentation: set type: behavior versions: Python 2.6 Added file: http://bugs.python.org/file15399/set-typo-fix.diff _______________________________________ Python tracker <report [at] bugs> <http://bugs.python.org/issue7400> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/list-python-bugs%40lists.gossamer-threads.com
|