
python-checkins at python
Nov 26, 2009, 2:20 PM
Post #1 of 1
(171 views)
Permalink
|
|
r76538 - python/trunk/Doc/library/functions.rst
|
|
Author: georg.brandl Date: Thu Nov 26 21:48:25 2009 New Revision: 76538 Log: #7400: typo. Modified: python/trunk/Doc/library/functions.rst Modified: python/trunk/Doc/library/functions.rst ============================================================================== --- python/trunk/Doc/library/functions.rst (original) +++ python/trunk/Doc/library/functions.rst Thu Nov 26 21:48:25 2009 @@ -1097,7 +1097,7 @@ .. function:: set([iterable]) :noindex: - Return a new set, optionally with elements are taken from *iterable*. + Return a new set, optionally with elements taken from *iterable*. The set type is described in :ref:`types-set`. For other containers see the built in :class:`dict`, :class:`list`, and _______________________________________________ Python-checkins mailing list Python-checkins [at] python http://mail.python.org/mailman/listinfo/python-checkins
|