Skip to content

Commit f40dbba

Browse files
committed
Update docstring for internal utility function _count_reduce_items
1 parent 301d60c commit f40dbba

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dpnp/dpnp_iface_statistics.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ def _count_reduce_items(arr, axis, where=True):
8787
operation must be counted. If a tuple of unique integers is given,
8888
the items are counted over multiple axes. If ``None``, the variance
8989
is computed over the entire array.
90-
Default: `None`.
90+
91+
Default: ``None``.
9192
9293
Returns
9394
-------

0 commit comments

Comments
 (0)