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.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/numpy/doc/glossary.py b/numpy/doc/glossary.py
index 6d2e0010f..31130559b 100644
--- a/numpy/doc/glossary.py
+++ b/numpy/doc/glossary.py
@@ -159,7 +159,7 @@ Glossary
field
In a :term:`structured data type`, each sub-type is called a `field`.
- The `field` has a name (a string), a type (any valid dtype, and
+ The `field` has a name (a string), a type (any valid dtype), and
an optional `title`. See :ref:`arrays.dtypes`
Fortran order
@@ -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