Skip to content

Commit b8b5484

Browse files
committed
Remove excess space
1 parent 7ff821c commit b8b5484

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
@@ -837,7 +837,7 @@ def cov(
837837
>>> import dpnp as np
838838
>>> x = np.array([[0, 2], [1, 1], [2, 0]]).T
839839
840-
Consider two variables, :math:`x_0` and :math:`x_1`, which correlate
840+
Consider two variables, :math:`x_0` and :math:`x_1`, which correlate
841841
perfectly, but in opposite directions:
842842
843843
>>> x

0 commit comments

Comments
 (0)