diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2016-03-14 13:49:50 -0600 |
---|---|---|
committer | Charles Harris <charlesr.harris@gmail.com> | 2016-03-14 13:49:50 -0600 |
commit | 160fdf3d96fb979c8cfb0fc7d20dbcb48e4825dd (patch) | |
tree | c8fa10f56498b066cfe7c5e539fb5cb358883783 /doc/source/reference/c-api.array.rst | |
parent | c9aca387e918888e3c259ff323bbbacffd6c5d87 (diff) | |
parent | 133e8927eb6d8f4855fc13013d82c8be4900304e (diff) | |
download | numpy-160fdf3d96fb979c8cfb0fc7d20dbcb48e4825dd.tar.gz |
Merge pull request #7415 from madphysicist/doc-edits
DOC: Documention fixes
Diffstat (limited to 'doc/source/reference/c-api.array.rst')
-rw-r--r-- | doc/source/reference/c-api.array.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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 |