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 3cd207d commit 03732f9Copy full SHA for 03732f9
Doc/library/array.rst
@@ -9,7 +9,7 @@
9
--------------
10
11
This module defines an object type which can compactly represent an array of
12
-basic values: characters, integers, floating-point numbers. Arrays are :term:`sequence`
+basic values: characters, integers, floating-point numbers. Arrays are mutable :term:`sequence`
13
types and behave very much like lists, except that the type of objects stored in
14
them is constrained. The type is specified at object creation time by using a
15
:dfn:`type code`, which is a single character. The following type codes are
0 commit comments