We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 598ea16 commit f8737d8Copy full SHA for f8737d8
Doc/library/array.rst
@@ -93,7 +93,7 @@ The module defines the following type:
93
otherwise, the initializer's iterator is passed to the :meth:`extend` method
94
to add initial items to the array.
95
96
- Array objects support the ordinary sequence operations of indexing, slicing,
+ Array objects support the ordinary :ref:`mutable <typesseq-mutable>` :term:`sequence` operations of indexing, slicing,
97
concatenation, and multiplication. When using slice assignment, the assigned
98
value must be an array object with the same type code; in all other cases,
99
:exc:`TypeError` is raised. Array objects also implement the buffer interface,
0 commit comments