Skip to content

Commit beab9ef

Browse files
committed
Fix typo in Limitation block separator in dpnp.max docstring
1 parent e2e08fa commit beab9ef

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
@@ -832,7 +832,7 @@ def max(a, axis=None, out=None, keepdims=False, initial=None, where=True):
832832
dimension ``a.ndim - len(axis)``.
833833
834834
Limitations
835-
-----------.
835+
-----------
836836
Parameters `where`, and `initial` are only supported with their default
837837
values. Otherwise ``NotImplementedError`` exception will be raised.
838838

0 commit comments

Comments
 (0)