mirror of
https://github.com/fjosw/pyerrors.git
synced 2025-05-16 12:33:41 +02:00
docs: typos in docstrings corrected
This commit is contained in:
parent
24ef100197
commit
b937ef04bb
4 changed files with 13 additions and 13 deletions
|
@ -175,7 +175,7 @@ def inv(x):
|
|||
|
||||
|
||||
def cholesky(x):
|
||||
"""Cholesky decompostion of Obs or CObs valued matrices."""
|
||||
"""Cholesky decomposition of Obs or CObs valued matrices."""
|
||||
return _mat_mat_op(anp.linalg.cholesky, x)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue