[Python-checkins] r76538 - python/trunk/Doc/library/functions.rst

georg.brandl python-checkins at python.org
Thu Nov 26 21:48:26 CET 2009


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


More information about the Python-checkins mailing list