diff --git a/spec/API_specification/manipulation_functions.md b/spec/API_specification/manipulation_functions.md index 1f140bcb0..36f59b4c7 100644 --- a/spec/API_specification/manipulation_functions.md +++ b/spec/API_specification/manipulation_functions.md @@ -39,7 +39,7 @@ Joins a sequence of arrays along an existing axis. ``` (function-expand_dims)= -### expand_dims(x, /, *, axis) +### expand_dims(x, /, axis) Expands the shape of an array by inserting a new axis (dimension) of size one at the position specified by `axis`. @@ -57,7 +57,7 @@ Expands the shape of an array by inserting a new axis (dimension) of size one at - **out**: _<array>_ - - an expanded output array having the same data type and shape as `x`. + - an expanded output array having the same data type as `x`. (function-flip)= ### flip(x, /, *, axis=None)