Skip to content
Prev Previous commit
Next Next commit
Update copy
  • Loading branch information
kgryte committed Sep 14, 2020
commit a42f9842e8c1470c09d0a02decc7215ecc4f4e4f
2 changes: 1 addition & 1 deletion spec/API_specification/manipulation_functions.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Joins a sequence of arrays along an existing axis.

- **axis**: _Optional\[ int ]_

- axis along which the arrays will be joined. If `axis` is `None`, arrays must be flattened before concatenation. If `axis` is negative, the function must count from last dimension. Default: `0`.
- axis along which the arrays will be joined. If `axis` is `None`, arrays must be flattened before concatenation. If `axis` is negative, the function must determine the axis along which to join by counting from the last dimension. Default: `0`.

#### Returns

Expand Down