Skip to content

Commit

Permalink
Typo in documentation
Browse files Browse the repository at this point in the history
Fixed typo in documentation of `slogdet`
  • Loading branch information
davidMis committed Aug 30, 2024
1 parent 45099b8 commit 727eb6a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jax/_src/numpy/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ def slogdet(a: ArrayLike, *, method: str | None = None) -> SlogdetResult:
"""
Compute the sign and (natural) logarithm of the determinant of an array.
JAX implementation of :func:`numpy.linalg.slotdet`.
JAX implementation of :func:`numpy.linalg.slogdet`.
Args:
a: array of shape ``(..., M, M)`` for which to compute the sign and log determinant.
Expand Down

0 comments on commit 727eb6a

Please sign in to comment.