Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
rajasekharporeddy committed Aug 28, 2024
1 parent b06c0af commit 2cc6555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jax/_src/numpy/ufuncs.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,9 @@ def fabs(x: ArrayLike, /) -> Array:
absolute values.
See also:
- :func:`jax.numpy.aboslute`: Computes the aboslute values of the input including
- :func:`jax.numpy.absolute`: Computes the absolute values of the input including
complex dtypes.
- :func:`jax.numpy.abs`: Computes the aboslute values of the input including
- :func:`jax.numpy.abs`: Computes the absolute values of the input including
complex dtypes.
Examples:
Expand Down

0 comments on commit 2cc6555

Please sign in to comment.