summaryrefslogtreecommitdiff
path: root/numpy/doc/glossary.py
diff options
context:
space:
mode:
Diffstat (limited to 'numpy/doc/glossary.py')
-rw-r--r--numpy/doc/glossary.py2
1 files changed, 1 insertions, 1 deletions
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::