Skip to content

Commit 44fddc2

Browse files
authored
DOC: fix typo in _add_newdoc_ufunc docstring (numpy#26232)
1 parent 815c53e commit 44fddc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/_core/_add_newdocs.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4743,7 +4743,7 @@
47434743
Notes
47444744
-----
47454745
This method allocates memory for new_docstring on
4746-
the heap. Technically this creates a mempory leak, since this
4746+
the heap. Technically this creates a memory leak, since this
47474747
memory will not be reclaimed until the end of the program
47484748
even if the ufunc itself is removed. However this will only
47494749
be a problem if the user is repeatedly creating ufuncs with

0 commit comments

Comments
 (0)