summaryrefslogtreecommitdiff
path: root/PyMca5/PyMcaMath/linalg.py
diff options
context:
space:
mode:
Diffstat (limited to 'PyMca5/PyMcaMath/linalg.py')
-rw-r--r--PyMca5/PyMcaMath/linalg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/PyMca5/PyMcaMath/linalg.py b/PyMca5/PyMcaMath/linalg.py
index 6f0698e..04f7f94 100644
--- a/PyMca5/PyMcaMath/linalg.py
+++ b/PyMca5/PyMcaMath/linalg.py
@@ -184,7 +184,7 @@ def lstsq(a, b, rcond=None, sigma_b=None, weight=False,
covariances: If True, an array of covariance matrix/matrices will be returned.
- digested_output: If True, returns a dictionnary with explicit keys
+ digested_output: If True, returns a dictionary with explicit keys
Returns
-------