mirror of https://github.com/python/cpython
Remove leftover word.
This commit is contained in:
parent
3f5d146323
commit
aa89f8d04c
|
@ -1673,8 +1673,8 @@ altered after it is created; it can therefore be used as a dictionary key or as
|
|||
an element of another set.
|
||||
|
||||
Non-empty sets (not frozensets) can be created by placing a comma-separated list
|
||||
of elements pairs within braces, for example: ``{'jack', 'sjoerd'}``, in
|
||||
addition to the :class:`set` constructor.
|
||||
of elements within braces, for example: ``{'jack', 'sjoerd'}``, in addition to the
|
||||
:class:`set` constructor.
|
||||
|
||||
The constructors for both classes work the same:
|
||||
|
||||
|
|
Loading…
Reference in New Issue