]> granicus.if.org Git - python/commitdiff
#7400: typo.
authorGeorg Brandl <georg@python.org>
Thu, 26 Nov 2009 20:48:25 +0000 (20:48 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 26 Nov 2009 20:48:25 +0000 (20:48 +0000)
Doc/library/functions.rst

index 85216e8eb47b7f40a878560d027060a7db92c9e8..c248b12e04811782a30f91e7cda53cc5494f970d 100644 (file)
@@ -1097,7 +1097,7 @@ available.  They are listed here in alphabetical order.
 .. 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