summaryrefslogtreecommitdiff
path: root/numpy/add_newdocs.py
diff options
context:
space:
mode:
authoreulerreich <sorcererofdm@gmail.com>2015-10-04 22:26:27 -0500
committereulerreich <sorcererofdm@gmail.com>2015-10-04 22:26:27 -0500
commite9f44ffb5232a298733c4299b6be2b078b34c2a9 (patch)
tree9cdbd8744bc128f034109a97105afd1a31b61de0 /numpy/add_newdocs.py
parentf8002ab3998055bb0a2e4febf01476b14a0f4a5f (diff)
downloadnumpy-e9f44ffb5232a298733c4299b6be2b078b34c2a9.tar.gz
typo
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`.