From df9df7f7e8340f9389543a4389022c07dbaf2e0d Mon Sep 17 00:00:00 2001 From: Dongjoon Hyun Date: Mon, 25 Jan 2016 00:33:14 -0800 Subject: MAINT: Fix typos in docs --- doc/source/reference/c-api.iterator.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/c-api.iterator.rst') diff --git a/doc/source/reference/c-api.iterator.rst b/doc/source/reference/c-api.iterator.rst index 16beabcf0..b38c21390 100644 --- a/doc/source/reference/c-api.iterator.rst +++ b/doc/source/reference/c-api.iterator.rst @@ -487,7 +487,7 @@ Construction and Destruction If the operand is flagged as write-only and a copy is needed, an uninitialized temporary array will be created and then copied to back to ``op[i]`` on destruction, instead of doing - the unecessary copy operation. + the unnecessary copy operation. .. c:var:: NPY_ITER_NBO .. c:var:: NPY_ITER_ALIGNED -- cgit v1.2.1