summaryrefslogtreecommitdiff
path: root/numpy/core/function_base.py
diff options
context:
space:
mode:
authorMatthias Bussonnier <bussonniermatthias@gmail.com>2020-12-13 11:17:41 -0800
committerMatthias Bussonnier <bussonniermatthias@gmail.com>2020-12-13 11:17:41 -0800
commitd2c04e72630b167987368c32d33460baf91e4cdc (patch)
treeb8020eb464e3881aa00b8896fc217d7e5aee60b9 /numpy/core/function_base.py
parent7a42940e610b77cee2f98eb88aed5e66ef6d8c2a (diff)
downloadnumpy-d2c04e72630b167987368c32d33460baf91e4cdc.tar.gz
[DOC] Replace verbatim to reference to local parameter
The rest of the docstring and other function tend to have this convention and sphinx – as well as other tools – will be able to infer this actually refers to one of the function parameters.
Diffstat (limited to 'numpy/core/function_base.py')
-rw-r--r--numpy/core/function_base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/numpy/core/function_base.py b/numpy/core/function_base.py
index 8a1fee99b..e940ac230 100644
--- a/numpy/core/function_base.py
+++ b/numpy/core/function_base.py
@@ -371,7 +371,7 @@ def geomspace(start, stop, num=50, endpoint=True, dtype=None, axis=0):
6.12323400e-17+1.00000000e+00j, 7.07106781e-01+7.07106781e-01j,
1.00000000e+00+0.00000000e+00j])
- Graphical illustration of ``endpoint`` parameter:
+ Graphical illustration of `endpoint` parameter:
>>> import matplotlib.pyplot as plt
>>> N = 10