summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorNicholas Nadeau, P.Eng., AVS <nnadeau@users.noreply.github.com>2018-04-23 16:53:18 -0400
committerCharles Harris <charlesr.harris@gmail.com>2018-04-23 14:53:17 -0600
commita043c3ed2a08fc42fd2eff6669a862c5cb045bfc (patch)
tree3b739a87844d3440f1ce324472012e0654cbcd85 /doc
parentf2888dbfc440cc3023b751fb7a5d91b9817fc271 (diff)
downloadnumpy-a043c3ed2a08fc42fd2eff6669a862c5cb045bfc.tar.gz
MAINT, DOC: Fix typos (#10958)
* fixed doc typo * fixed lib typos * fixed lapack_lite typos * Revert "fixed lapack_lite typos" This reverts commit e7dada860cb73af190234402508ab79965ecd079.
Diffstat (limited to 'doc')
-rw-r--r--doc/source/reference/c-api.iterator.rst2
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 314b62a16..17f1c45f2 100644
--- a/doc/source/reference/c-api.iterator.rst
+++ b/doc/source/reference/c-api.iterator.rst
@@ -773,7 +773,7 @@ Construction and Destruction
`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 shuold be updated to call `NpyIter_Close` beforehand.
+ emitted. Old code should be updated to call `NpyIter_Close` beforehand.
Returns ``NPY_SUCCEED`` or ``NPY_FAIL``.