summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorRalf Gommers <ralf.gommers@gmail.com>2019-09-22 05:11:04 +0200
committerRalf Gommers <ralf.gommers@gmail.com>2019-09-22 05:11:58 +0200
commit851a11d092a2b8fac206bf903f237feb399df24f (patch)
treeca102c1a3e968cc0af43033a835dd2bb30911d9a /numpy/tests/test_public_api.py
parent2d1bc73d667ae6ac425cfd05a85d3727b0570115 (diff)
downloadnumpy-851a11d092a2b8fac206bf903f237feb399df24f.tar.gz
DOC: remove numpy/core/info.py and incomplete docstring for core.
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index 6de171dbb..a6fc922bd 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -199,7 +199,6 @@ PRIVATE_BUT_PRESENT_MODULES = ['numpy.' + s for s in [
"core.fromnumeric",
"core.function_base",
"core.getlimits",
- "core.info",
"core.machar",
"core.memmap",
"core.multiarray",