summaryrefslogtreecommitdiff
path: root/numpy/linalg/info.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/linalg/info.py')
-rw-r--r--numpy/linalg/info.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/linalg/info.py b/numpy/linalg/info.py
index e28668a8c..fce02b836 100644
--- a/numpy/linalg/info.py
+++ b/numpy/linalg/info.py
@@ -4,7 +4,7 @@ Core Linear Algebra Tools
Linear Algebra Basics:
- norm --- Vector or matrix norm
+ norm --- Vector or matrix norm
inv --- Inverse of a square matrix
solve --- Solve a linear system of equations
det --- Determinant of a square matrix