Skip to content

Commit

Permalink
Updated alias reference
Browse files Browse the repository at this point in the history
  • Loading branch information
antonwolfy committed Dec 8, 2023
1 parent a392215 commit dc8bb76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dpnp/dpnp_iface_statistics.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def amax(a, axis=None, out=None, keepdims=False, initial=None, where=True):
"""
Return the maximum of an array or maximum along an axis.
`amax` is an alias of `~dpnp.max`.
`amax` is an alias of :obj:`dpnp.max`.
See Also
--------
Expand All @@ -88,7 +88,7 @@ def amin(a, axis=None, out=None, keepdims=False, initial=None, where=True):
"""
Return the minimum of an array or minimum along an axis.
`amin` is an alias of `~dpnp.min`.
`amin` is an alias of :obj:`dpnp.min`.
See Also
--------
Expand Down

0 comments on commit dc8bb76

Please sign in to comment.