summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/add_newdocs.py')
-rw-r--r--numpy/add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/add_newdocs.py b/numpy/add_newdocs.py
index 293005434..a53db35d4 100644
--- a/numpy/add_newdocs.py
+++ b/numpy/add_newdocs.py
@@ -2108,7 +2108,7 @@ add_newdoc('numpy.core', 'einsum',
Using the Einstein summation convention, many common multi-dimensional
array operations can be represented in a simple fashion. This function
- provides a way compute such summations. The best way to understand this
+ provides a way to compute such summations. The best way to understand this
function is to try the examples below, which show how many common NumPy
functions can be implemented as calls to `einsum`.