This commit is contained in:
Georg Brandl 2009-11-26 20:48:25 +00:00
parent 2dab865ff1
commit 2600a33219

View 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