diff options
| -rw-r--r-- | doc/source/user/index.rst | 2 | ||||
| -rw-r--r-- | numpy/core/_add_newdocs.py | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/doc/source/user/index.rst b/doc/source/user/index.rst index e5c51351e..3ce6bd804 100644 --- a/doc/source/user/index.rst +++ b/doc/source/user/index.rst @@ -1,5 +1,3 @@ -:orphan: - .. _user: ################ diff --git a/numpy/core/_add_newdocs.py b/numpy/core/_add_newdocs.py index bea8432ed..dc0285a11 100644 --- a/numpy/core/_add_newdocs.py +++ b/numpy/core/_add_newdocs.py @@ -1778,7 +1778,7 @@ add_newdoc('numpy.core.multiarray', 'set_numeric_ops', Notes ----- - .. WARNING:: + .. warning:: Use with care! Incorrect usage may lead to memory errors. A function replacing an operator cannot make use of that operator. |
