Skip to content

Commit 60a23cf

Browse files
authored
DOC: Update absolute_beginners.rst
fix a typo "Sorting an element ..." -> "Sorting an array ..."
1 parent 5edf018 commit 60a23cf

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
@@ -301,7 +301,7 @@ Adding, removing, and sorting elements
301301

302302
-----
303303

304-
Sorting an element is simple with ``np.sort()``. You can specify the axis, kind,
304+
Sorting an array is simple with ``np.sort()``. You can specify the axis, kind,
305305
and order when you call the function.
306306

307307
If you start with this array::

0 commit comments

Comments
 (0)