Skip to content

Commit 6bac54e

Browse files
authored
DOC: fix type in doc/source/user/absolute_beginners.rst (numpy#26099)
1 parent 7f1c8cb commit 6bac54e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/user/absolute_beginners.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ array".
9797
Most NumPy arrays have some restrictions. For instance:
9898

9999
- All elements of the array must be of the same type of data.
100-
- Once created, the total size of the the array can't change.
100+
- Once created, the total size of the array can't change.
101101
- The shape must be "rectangular", not "jagged"; e.g., each row of
102102
a two-dimensional array must have the same number of columns.
103103

0 commit comments

Comments
 (0)