Skip to content

Commit 6c4fb26

Browse files
fix docstring
1 parent 10beeea commit 6c4fb26

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

dpnp/dpnp_iface_statistics.py

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -522,9 +522,9 @@ def correlate(a, v, mode="valid"):
522522
a, v : {dpnp.ndarray, usm_ndarray}
523523
Input sequences.
524524
mode : {'valid', 'same', 'full'}, optional
525-
Refer to the `convolve` docstring. Note that the default
526-
is ``'valid'``, unlike `convolve`, which uses ``'full'``.
527-
Default: ``'valid'``.
525+
Refer to the :obj:`dpnp.convolve` docstring. Note that the default
526+
is ``'valid'``, unlike :obj:`dpnp.convolve`, which uses ``'full'``.
527+
| Default: ``'valid'``.
528528
529529
Returns
530530
-------
@@ -533,9 +533,8 @@ def correlate(a, v, mode="valid"):
533533
534534
See Also
535535
--------
536-
convolve : Discrete, linear convolution of two one-dimensional sequences.
537-
scipy.signal.correlate : uses FFT which has superior performance
538-
on large arrays.
536+
:obj:`dpnp.convolve` : Discrete, linear convolution of two
537+
one-dimensional sequences.
539538
540539
541540
Examples

0 commit comments

Comments
 (0)