summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--numpy/linalg/linalg.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/linalg/linalg.py b/numpy/linalg/linalg.py
index 0f2715319..304fce69f 100644
--- a/numpy/linalg/linalg.py
+++ b/numpy/linalg/linalg.py
@@ -2130,7 +2130,7 @@ def _lstsq_dispatcher(a, b, rcond=None):
@array_function_dispatch(_lstsq_dispatcher)
def lstsq(a, b, rcond="warn"):
- """
+ r"""
Return the least-squares solution to a linear matrix equation.
Solves the equation :math:`a x = b` by computing a vector `x` that