diff --git a/GPy/util/linalg.py b/GPy/util/linalg.py index 19cf6545..1effa9ce 100644 --- a/GPy/util/linalg.py +++ b/GPy/util/linalg.py @@ -51,7 +51,7 @@ def dpotri(A, lower=0): :param A: Matrix A :param lower: is matrix lower (true) or upper (false) - :returns: + :returns: A inverse """ return lapack.dpotri(A, lower=lower)