Skip to content

Commit

Permalink
Fix typo in slogdet doc
Browse files Browse the repository at this point in the history
fix typo in slogdet docstring

"than" -> "then"
  • Loading branch information
tdihp committed Jan 12, 2015
1 parent b70e249 commit 22a9c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion numpy/linalg/linalg.py
Original file line number Diff line number Diff line change
Expand Up @@ -1600,7 +1600,7 @@ def slogdet(a):
"""
Compute the sign and (natural) logarithm of the determinant of an array.
If an array has a very small or very large determinant, than a call to
If an array has a very small or very large determinant, then a call to
`det` may overflow or underflow. This routine is more robust against such
issues, because it computes the logarithm of the determinant rather than
the determinant itself.
Expand Down

0 comments on commit 22a9c89

Please sign in to comment.