Skip to content

Commit 4782b8d

Browse files
committed
Corrected a link in docstring
1 parent 3f9ca96 commit 4782b8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_array.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ def shape(self):
12641264
12651265
Note
12661266
----
1267-
Using :obj:`dpnp.ndarray.reshape` or :obj:`dpnp.reshape is the
1267+
Using :obj:`dpnp.ndarray.reshape` or :obj:`dpnp.reshape` is the
12681268
preferred approach to set new shape of an array.
12691269
12701270
See Also

0 commit comments

Comments
 (0)