From 7a4ff44b056eb8f8a53fbc196ef53666523bfca3 Mon Sep 17 00:00:00 2001 From: Joseph Fox-Rabinovitz Date: Tue, 23 Feb 2016 19:23:47 -0500 Subject: DOC: Updates to documentation from perusing it in detail. [ci skip] --- doc/source/reference/c-api.array.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/reference/c-api.array.rst') diff --git a/doc/source/reference/c-api.array.rst b/doc/source/reference/c-api.array.rst index aba5f9caa..049c7b537 100644 --- a/doc/source/reference/c-api.array.rst +++ b/doc/source/reference/c-api.array.rst @@ -421,7 +421,7 @@ From other objects Force a cast to the output type even if it cannot be done safely. Without this flag, a data cast will occur only if it - can be done safely, otherwise an error is reaised. + can be done safely, otherwise an error is raised. .. c:var:: NPY_ARRAY_UPDATEIFCOPY -- cgit v1.2.1