From e9f44ffb5232a298733c4299b6be2b078b34c2a9 Mon Sep 17 00:00:00 2001 From: eulerreich Date: Sun, 4 Oct 2015 22:26:27 -0500 Subject: typo --- numpy/add_newdocs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/add_newdocs.py') 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`. -- cgit v1.2.1