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 16a3b9241..31130559b 100644
--- a/numpy/doc/glossary.py
+++ b/numpy/doc/glossary.py
@@ -169,7 +169,7 @@ Glossary
Collapsed to a one-dimensional array. See `numpy.ndarray.flatten`
for details.
- homogenous
+ homogeneous
Describes a block of memory comprised of blocks, each block comprised of
items and of the same size, and blocks are interpreted in exactly the
same way. In the simplest case each block contains a single item, for