Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 448f20b

Browse files
committed
Fix typo.
1 parent 2fea9b9 commit 448f20b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/tutorial/datastructures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@ with no duplicate elements. Basic uses include membership testing and
371371
eliminating duplicate entries. Set objects also support mathematical operations
372372
like union, intersection, difference, and symmetric difference.
373373

374-
Curly braces or the :func:`set` function can be use to create sets. Note: To
374+
Curly braces or the :func:`set` function can be used to create sets. Note: To
375375
create an empty set you have to use ``set()``, not ``{}``; the latter creates an
376376
empty dictionary, a data structure that we discuss in the next section.
377377

0 commit comments

Comments
 (0)