Skip to content

Commit dec7299

Browse files
antonwolfyvtavana
andauthored
Update dpnp/dpnp_iface_indexing.py
Co-authored-by: vtavana <[email protected]>
1 parent 274df8b commit dec7299

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dpnp/dpnp_iface_indexing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1350,6 +1350,7 @@ def put_along_axis(a, ind, values, axis, mode="wrap"):
13501350
mode : {"wrap", "clip"}, optional
13511351
Specifies how out-of-bounds indices will be handled. Possible values
13521352
are:
1353+
13531354
- ``"wrap"``: clamps indices to (``-n <= i < n``), then wraps
13541355
negative indices.
13551356
- ``"clip"``: clips indices to (``0 <= i < n``).

0 commit comments

Comments
 (0)