diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2018-04-24 18:18:37 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-04-24 18:18:37 -0600 |
commit | 246ad1dd3006ed4230a5c457838450f96df755e7 (patch) | |
tree | 11b34c7d834d2bd11503441aa8253c4618988866 /doc/source/reference/c-api.iterator.rst | |
parent | 86608c2883b9f1db468bf6d3b6d2a82a72f48b0f (diff) | |
parent | ae940f950c2c62ae77561c913319ff25a46652e9 (diff) | |
download | numpy-246ad1dd3006ed4230a5c457838450f96df755e7.tar.gz |
Merge branch 'master' into doc-nditer
Diffstat (limited to 'doc/source/reference/c-api.iterator.rst')
-rw-r--r-- | doc/source/reference/c-api.iterator.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/source/reference/c-api.iterator.rst b/doc/source/reference/c-api.iterator.rst index 6a9ec6005..392dcb730 100644 --- a/doc/source/reference/c-api.iterator.rst +++ b/doc/source/reference/c-api.iterator.rst @@ -779,7 +779,7 @@ Construction and Destruction :c:func:`NpyIter_Close` should be called before this. If not, and if writeback is needed, it will be performed at this point in order to maintain backward-compatibility with older code, and a deprecation warning will be - emmitted. Old code should be updated to call `NpyIter_Close` beforehand. + emitted. Old code should be updated to call `NpyIter_Close` beforehand. Returns ``NPY_SUCCEED`` or ``NPY_FAIL``. |