Skip to content

Commit 550b104

Browse files
Fix docs
1 parent 0efb5de commit 550b104

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dpnp/dpnp_iface_statistics.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ def corrcoef(x, y=None, rowvar=True, *, dtype=None):
389389
390390
Returns
391391
-------
392-
R : dpnp.ndarray
392+
R : {dpnp.ndarray}
393393
The correlation coefficient matrix of the variables.
394394
395395
See Also
@@ -400,7 +400,7 @@ def corrcoef(x, y=None, rowvar=True, *, dtype=None):
400400
--------
401401
In this example we generate two random arrays, ``xarr`` and ``yarr``, and
402402
compute the row-wise and column-wise Pearson correlation coefficients,
403-
``R``. Since ``rowvar`` is true by default, we first find the row-wise
403+
``R``. Since `rowvar` is true by default, we first find the row-wise
404404
Pearson correlation coefficients between the variables of ``xarr``.
405405
406406
>>> import dpnp as np

0 commit comments

Comments
 (0)