Skip to content

Commit 9d3ede1

Browse files
vtavanaantonwolfy
andauthored
Update dpnp/dpnp_iface_statistics.py
Co-authored-by: Anton <[email protected]>
1 parent 744a988 commit 9d3ede1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_statistics.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ def median(a, axis=None, out=None, overwrite_input=False, keepdims=False):
668668
overwrite_input : bool, optional
669669
If ``True``, then allow use of memory of input array `a` for
670670
calculations. The input array will be modified by the call to
671-
:obj:`dpnp.median`. This will save memory when you do not need to
671+
:obj:`dpnp.median`. This will save memory when you do not need to
672672
preserve the contents of the input array. Treat the input as undefined,
673673
but it will probably be fully or partially sorted.
674674
Default: ``False``.

0 commit comments

Comments
 (0)