summaryrefslogtreecommitdiff
path: root/numpy
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2022-04-23 18:00:31 +0200
committerMatthias Bussonnier <bussonniermatthias@gmail.com>2022-04-23 18:03:21 +0200
commit13e418073c567632a7ab9cff05fb767f784211c3 (patch)
tree144f3f6582c5de1ced13f64fc17c772b13b4cf6b /numpy
parent79a5000a72f6e4432c0a76efa6cf8e3f12ecef9e (diff)
downloadnumpy-13e418073c567632a7ab9cff05fb767f784211c3.tar.gz
DOC: non-orphan page, and casing.
user/index is not an orphan page, it is references in the main index.rst Unless there is another reason to mark it as orphan ? Also lowercase a directive, it is the only instance of an uppercase directive in all the source code of numpy/scipy.
Diffstat (limited to 'numpy')
-rw-r--r--numpy/core/_add_newdocs.py2
1 files changed, 1 insertions, 1 deletions
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.