diff options
author | Georg Brandl <georg@python.org> | 2009-11-26 20:48:25 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2009-11-26 20:48:25 (GMT) |
commit | 2600a33219374c97c9f82ab03a2c8848a0bf63eb (patch) | |
tree | 32fac3800de1dccb010b32a1185e93eba9109f67 /Doc/library | |
parent | 2dab865ff177f167886396bb162285f6dd24e668 (diff) | |
download | cpython-2600a33219374c97c9f82ab03a2c8848a0bf63eb.zip cpython-2600a33219374c97c9f82ab03a2c8848a0bf63eb.tar.gz cpython-2600a33219374c97c9f82ab03a2c8848a0bf63eb.tar.bz2 |
#7400: typo.
Diffstat (limited to 'Doc/library')
-rw-r--r-- | Doc/library/functions.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 85216e8..c248b12 100644 --- a/Doc/library/functions.rst +++ b/Doc/library/functions.rst @@ -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 |