From 3d3ec00c34b80ee899cd7c8a6492986d39735bc4 Mon Sep 17 00:00:00 2001 From: Steven Maude Date: Tue, 31 Oct 2017 10:48:48 +0000 Subject: DOC: fix operation plural in along axis glossary Correct "Many operation can..." to "Many operations can..." --- numpy/doc/glossary.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy') diff --git a/numpy/doc/glossary.py b/numpy/doc/glossary.py index 794c393f6..d28ece428 100644 --- a/numpy/doc/glossary.py +++ b/numpy/doc/glossary.py @@ -11,7 +11,7 @@ Glossary vertically downwards across rows (axis 0), and the second running horizontally across columns (axis 1). - Many operation can take place along one of these axes. For example, + Many operations can take place along one of these axes. For example, we can sum each row of an array, in which case we operate along columns, or axis 1:: -- cgit v1.2.1