Skip to content

Commit 82a6e2c

Browse files
More links
1 parent fdf53d9 commit 82a6e2c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/faq/design.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,8 +420,8 @@ strings representing the files in the current directory. Functions which
420420
operate on this output would generally not break if you added another file or
421421
two to the directory.
422422

423-
Tuples are immutable, meaning that once a tuple has been created, you can't
424-
replace any of its elements with a new value. Lists are mutable, meaning that
423+
Tuples are :term:`immutable`, meaning that once a tuple has been created, you can't
424+
replace any of its elements with a new value. Lists are :term:`mutable`, meaning that
425425
you can always change a list's elements. Only :term:`hashable` objects can
426426
be used as dictionary keys. Most immutable types are hashable, which is why
427427
tuples, but not lists, can be used as keys. Note, however, that a tuple is

0 commit comments

Comments
 (0)