Fix typo.
This commit is contained in:
parent
2fea9b961d
commit
448f20b8b1
@ -371,7 +371,7 @@ with no duplicate elements. Basic uses include membership testing and
|
|||||||
eliminating duplicate entries. Set objects also support mathematical operations
|
eliminating duplicate entries. Set objects also support mathematical operations
|
||||||
like union, intersection, difference, and symmetric difference.
|
like union, intersection, difference, and symmetric difference.
|
||||||
|
|
||||||
Curly braces or the :func:`set` function can be use to create sets. Note: To
|
Curly braces or the :func:`set` function can be used to create sets. Note: To
|
||||||
create an empty set you have to use ``set()``, not ``{}``; the latter creates an
|
create an empty set you have to use ``set()``, not ``{}``; the latter creates an
|
||||||
empty dictionary, a data structure that we discuss in the next section.
|
empty dictionary, a data structure that we discuss in the next section.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user