We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adb528d commit 10ccdb3Copy full SHA for 10ccdb3
dpnp/dpnp_iface_nanfunctions.py
@@ -1130,7 +1130,7 @@ def nanvar(
1130
ddof : {int, float}, optional
1131
Means Delta Degrees of Freedom. The divisor used in calculations is
1132
``N - ddof``, where ``N`` represents the number of non-NaN elements.
1133
- Default: `0.0``.
+ Default: ``0.0``.
1134
keepdims : {None, bool}, optional
1135
If ``True``, the reduced axes (dimensions) are included in the result
1136
as singleton dimensions, so that the returned array remains compatible
0 commit comments