Skip to content

Commit b75f859

Browse files
author
Oscar
committed
Removed reference to deprecated "newshape" parameter in np.reshape()
1 parent cf39f56 commit b75f859

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
@@ -430,7 +430,7 @@ With ``np.reshape``, you can specify a few optional parameters::
430430

431431
``a`` is the array to be reshaped.
432432

433-
``newshape`` is the new shape you want. You can specify an integer or a tuple of
433+
``shape`` is the new shape you want. You can specify an integer or a tuple of
434434
integers. If you specify an integer, the result will be an array of that length.
435435
The shape should be compatible with the original shape.
436436

0 commit comments

Comments
 (0)