Skip to content

Commit ba9c024

Browse files
committed
Add empty lines per review comment
1 parent 66b15e1 commit ba9c024

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dpnp/dpnp_iface_indexing.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1350,10 +1350,11 @@ 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-
1353+
13541354
- ``"wrap"``: clamps indices to (``-n <= i < n``), then wraps
13551355
negative indices.
13561356
- ``"clip"``: clips indices to (``0 <= i < n``).
1357+
13571358
Default: ``"wrap"``.
13581359
13591360
See Also

0 commit comments

Comments
 (0)