summaryrefslogtreecommitdiff
path: root/numpy/doc
diff options
context:
space:
mode:
authorKevin Moore <k.james.moore@gmail.com>2020-05-21 16:34:15 -0400
committerKevin Moore <k.james.moore@gmail.com>2020-05-21 16:40:26 -0400
commit6dfce7f498a9ee7f4cb396105270793ddc828e80 (patch)
treeb1bc1754ef41429f0c5be43233c2270f0935da49 /numpy/doc
parent41e254f96e8d5bd558d2edbf8b198eb4143e8b74 (diff)
downloadnumpy-6dfce7f498a9ee7f4cb396105270793ddc828e80.tar.gz
DOC: Fix spelling typo - homogenous to homogeneous. (#16324)
Diffstat (limited to 'numpy/doc')
-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