Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e511730

Browse files
committed
MAINT: Remove references to removed functions
1 parent 8d1de4c commit e511730

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

doc/source/reference/routines.err.rst

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,3 @@ Setting and getting error handling
1414
seterrcall
1515
geterrcall
1616
errstate
17-
18-
Internal functions
19-
------------------
20-
21-
.. autosummary::
22-
:toctree: generated/
23-
24-
seterrobj
25-
geterrobj

numpy/core/_ufunc_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ def setbufsize(size):
158158
159159
.. versionchanged:: 2.0
160160
The scope of setting the buffer is tied to the `np.errstate` context.
161-
Exiting a ``with errstate():` will also restore the bufsize.
161+
Exiting a ``with errstate():`` will also restore the bufsize.
162162
163163
Parameters
164164
----------

0 commit comments

Comments
 (0)