From 2600a33219374c97c9f82ab03a2c8848a0bf63eb Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Thu, 26 Nov 2009 20:48:25 +0000 Subject: [PATCH] #7400: typo. --- Doc/library/functions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/library/functions.rst b/Doc/library/functions.rst index 85216e8eb4..c248b12e04 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 -- 2.40.0