Skip to content

Commit 1dbc253

Browse files
DOC: added markdown formatting for values and arr [skip azp][skip cirrus][skip actions]
1 parent 1807e08 commit 1dbc253

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

numpy/lib/_function_base_impl.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5715,8 +5715,8 @@ def append(arr, values, axis=None):
57155715
These values are appended to a copy of `arr`. It must be of the
57165716
correct shape (the same shape as `arr`, excluding `axis`). If
57175717
`axis` is not specified, `values` can be any shape and will be
5718-
flattened before use. If dtype of values is different from the
5719-
dtype of arr then their dtypes are compared to figure out the
5718+
flattened before use. If dtype of `values` is different from the
5719+
dtype of `arr` then their dtypes are compared to figure out the
57205720
common dtype they can both be safely coerced to. For e.g. `int64`
57215721
and `float64` can both go to `float64`.
57225722
axis : int, optional

0 commit comments

Comments
 (0)