Index: Doc/library/functions.rst =================================================================== --- Doc/library/functions.rst (revision 76537) +++ Doc/library/functions.rst (working copy) @@ -%ld,%ld +%ld,%ld @@ .. 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