summaryrefslogtreecommitdiff
path: root/numpy/tests/test_public_api.py
diff options
context:
space:
mode:
authorkumudlakara <55556183+kumudlakara@users.noreply.github.com>2020-12-17 23:38:22 +0530
committerGitHub <noreply@github.com>2020-12-17 20:08:22 +0200
commit5b63f260933672b7182daf4fb15ffcd15bae68bf (patch)
tree8fc649a64571cb300f405c9930738bc078e47556 /numpy/tests/test_public_api.py
parentd714c8244011a01dfb6f6f453da132a9b10fd935 (diff)
downloadnumpy-5b63f260933672b7182daf4fb15ffcd15bae68bf.tar.gz
DOC: Doc for deprecate_with_doc (#17852)
* Add doc for deprecate_with_doc Co-authored-by: Bas van Beek <43369155+BvB93@users.noreply.github.com> Co-authored-by: Matti Picus <matti.picus@gmail.com>
Diffstat (limited to 'numpy/tests/test_public_api.py')
-rw-r--r--numpy/tests/test_public_api.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/tests/test_public_api.py b/numpy/tests/test_public_api.py
index 1382e1c4b..7b2a590c3 100644
--- a/numpy/tests/test_public_api.py
+++ b/numpy/tests/test_public_api.py
@@ -40,7 +40,7 @@ def test_numpy_namespace():
'byte_bounds': 'numpy.lib.utils.byte_bounds',
'compare_chararrays': 'numpy.core._multiarray_umath.compare_chararrays',
'deprecate': 'numpy.lib.utils.deprecate',
- 'deprecate_with_doc': 'numpy.lib.utils.<lambda>',
+ 'deprecate_with_doc': 'numpy.lib.utils.deprecate_with_doc',
'disp': 'numpy.lib.function_base.disp',
'fastCopyAndTranspose': 'numpy.core._multiarray_umath._fastCopyAndTranspose',
'get_array_wrap': 'numpy.lib.shape_base.get_array_wrap',