From 194927d5aa993f6b68248b24d374a29d26a261dd Mon Sep 17 00:00:00 2001 From: Joseph Fox-Rabinovitz Date: Wed, 27 Feb 2019 09:14:04 -0500 Subject: DOC: Added maximum_sctype to documentation --- numpy/tests/test_public_api.py | 1 - 1 file changed, 1 deletion(-) (limited to 'numpy/tests/test_public_api.py') diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py index 194f8ecbb..807c98652 100644 --- a/numpy/tests/test_public_api.py +++ b/numpy/tests/test_public_api.py @@ -43,7 +43,6 @@ def test_numpy_namespace(): 'get_include': 'numpy.lib.utils.get_include', 'int_asbuffer': 'numpy.core._multiarray_umath.int_asbuffer', 'mafromtxt': 'numpy.lib.npyio.mafromtxt', - 'maximum_sctype': 'numpy.core.numerictypes.maximum_sctype', 'ndfromtxt': 'numpy.lib.npyio.ndfromtxt', 'recfromcsv': 'numpy.lib.npyio.recfromcsv', 'recfromtxt': 'numpy.lib.npyio.recfromtxt', -- cgit v1.2.1