Skip to content

Commit 446e429

Browse files
committed
simplify hyperlink in Sets
1 parent 00cee9c commit 446e429

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
@@ -444,7 +444,7 @@ packing and sequence unpacking.
444444
Sets
445445
====
446446

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

0 commit comments

Comments
 (0)