diff options
author | Kevin Moore <k.james.moore@gmail.com> | 2020-05-21 16:34:15 -0400 |
---|---|---|
committer | Kevin Moore <k.james.moore@gmail.com> | 2020-05-21 16:40:26 -0400 |
commit | 6dfce7f498a9ee7f4cb396105270793ddc828e80 (patch) | |
tree | b1bc1754ef41429f0c5be43233c2270f0935da49 /doc/source/reference/arrays.interface.rst | |
parent | 41e254f96e8d5bd558d2edbf8b198eb4143e8b74 (diff) | |
download | numpy-6dfce7f498a9ee7f4cb396105270793ddc828e80.tar.gz |
DOC: Fix spelling typo - homogenous to homogeneous. (#16324)
Diffstat (limited to 'doc/source/reference/arrays.interface.rst')
-rw-r--r-- | doc/source/reference/arrays.interface.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/arrays.interface.rst b/doc/source/reference/arrays.interface.rst index f36a083aa..4e95535c0 100644 --- a/doc/source/reference/arrays.interface.rst +++ b/doc/source/reference/arrays.interface.rst @@ -71,7 +71,7 @@ This approach to the interface consists of the object having an **typestr** (required) - A string providing the basic type of the homogenous array The + A string providing the basic type of the homogeneous array The basic string format consists of 3 parts: a character describing the byteorder of the data (``<``: little-endian, ``>``: big-endian, ``|``: not-relevant), a character code giving the |