Skip to content

Commit 10ccdb3

Browse files
committed
Fix typo in docstring
1 parent adb528d commit 10ccdb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dpnp/dpnp_iface_nanfunctions.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1130,7 +1130,7 @@ def nanvar(
11301130
ddof : {int, float}, optional
11311131
Means Delta Degrees of Freedom. The divisor used in calculations is
11321132
``N - ddof``, where ``N`` represents the number of non-NaN elements.
1133-
Default: `0.0``.
1133+
Default: ``0.0``.
11341134
keepdims : {None, bool}, optional
11351135
If ``True``, the reduced axes (dimensions) are included in the result
11361136
as singleton dimensions, so that the returned array remains compatible

0 commit comments

Comments
 (0)