diff options
author | Warren Weckesser <warren.weckesser@gmail.com> | 2021-09-29 07:23:30 -0400 |
---|---|---|
committer | Warren Weckesser <warren.weckesser@gmail.com> | 2021-09-29 07:23:30 -0400 |
commit | 7a653508e73dcc6018ea5661e17e598b023af363 (patch) | |
tree | 03775e05229e2b738e3e7e7302d0fcdbc411f45d /doc/source/reference | |
parent | b0e1a445d3134e4744369ee1a34f7a44fd867578 (diff) | |
download | numpy-7a653508e73dcc6018ea5661e17e598b023af363.tar.gz |
DOC: Copy-edit and fix typos.
Diffstat (limited to 'doc/source/reference')
-rw-r--r-- | doc/source/reference/c-api/types-and-structures.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/source/reference/c-api/types-and-structures.rst b/doc/source/reference/c-api/types-and-structures.rst index 36293ce99..a4a9734c5 100644 --- a/doc/source/reference/c-api/types-and-structures.rst +++ b/doc/source/reference/c-api/types-and-structures.rst @@ -961,8 +961,8 @@ PyUFunc_Type and PyUFuncObject .. deprecated:: 1.22 Some fallback support for this slot exists, but will be removed - eventually. A univiersal function which relied on this will have - eventually have to be ported. + eventually. A universal function that relied on this will + have to be ported eventually. See ref:`NEP 41 <NEP41>` and ref:`NEP 43 <NEP43>` .. c:member:: void *reserved2 |