Skip to content

Commit

Permalink
Merge pull request #8264 from tornikeo/main
Browse files Browse the repository at this point in the history
Fixed critical documentation issue
  • Loading branch information
takagi committed Apr 1, 2024
2 parents a834f04 + 3198309 commit 8f70ec9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cupy/linalg/_norms.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ def norm(x, ord=None, axis=None, keepdims=False):
x (cupy.ndarray): Array to take norm. If ``axis`` is None,
``x`` must be 1-D or 2-D.
ord (non-zero int, inf, -inf, 'fro'): Norm type.
axis (int, 2-tuple of ints, None): 1-D or 2-D norm is cumputed over
axis (int, 2-tuple of ints, None): 1-D or 2-D norm is computed over
``axis``.
keepdims (bool): If this is set ``True``, the axes which are normed
over are left.
Expand Down

0 comments on commit 8f70ec9

Please sign in to comment.