Skip to content

Commit 00cee9c

Browse files
committed
revert unrelated changes
1 parent 58f4164 commit 00cee9c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Doc/tutorial/datastructures.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -444,11 +444,11 @@ packing and sequence unpacking.
444444
Sets
445445
====
446446

447-
Python also includes a data type for *sets* (see :ref:`types-set`). A set is
448-
an unordered collection with no duplicate elements. Basic uses include
449-
membership testing and eliminating duplicate entries. Set objects also support
450-
mathematical operations like union, intersection, difference, and symmetric
451-
difference.
447+
Python also includes a data type for *sets* (see :ref:`types-set`). A set is
448+
an unordered collection with no duplicate elements. Basic uses include
449+
membership testing and eliminating duplicate entries. Set objects also
450+
support mathematical operations like union, intersection, difference, and
451+
symmetric difference.
452452

453453
Curly braces or the :func:`set` function can be used to create sets. Note: to
454454
create an empty set you have to use ``set()``, not ``{}``; the latter creates an

0 commit comments

Comments
 (0)