Skip to content

Commit 649e150

Browse files
committed
Add reference link to set types in tutorial #140379, on line 448
1 parent b85e10f commit 649e150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/tutorial/datastructures.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ packing and sequence unpacking.
445445
Sets
446446
====
447447

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

0 commit comments

Comments
 (0)