mirror of
https://github.com/python/cpython.git
synced 2026-02-05 09:25:35 +00:00
#7400: typo.
This commit is contained in:
parent
2dab865ff1
commit
2600a33219
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue