diff options
author | Johana De La Rosa <68411727+jedlr@users.noreply.github.com> | 2023-03-27 15:31:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-03-27 12:31:14 -0700 |
commit | 3616be5bb6426b79bb6543d9d62580db4f9fa26d (patch) | |
tree | 7571e09d47bf2a2a50c35f819240a1dd288cf69d /doc | |
parent | 322cace686fbd079877fc73f9aa68063c5c47dfb (diff) | |
download | numpy-3616be5bb6426b79bb6543d9d62580db4f9fa26d.tar.gz |
Docs typo fix (#23471)
PyArary to PyArray
Diffstat (limited to 'doc')
-rw-r--r-- | doc/records.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/records.rst b/doc/records.rst index 3c0d55216..2e9b1251a 100644 --- a/doc/records.rst +++ b/doc/records.rst @@ -74,7 +74,7 @@ New possibilities for the "data-type" Reference counting for ``PyArray_Descr *`` objects. ``````````````````````````````````````````````````` -Most functions that take ``PyArary_Descr *`` as arguments and return a +Most functions that take ``PyArray_Descr *`` as arguments and return a ``PyObject *`` steal the reference unless otherwise noted in the code: Functions that return ``PyArray_Descr *`` objects return a new |