summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Harris <charlesr.harris@gmail.com>2020-12-13 13:39:01 -0700
committerGitHub <noreply@github.com>2020-12-13 13:39:01 -0700
commiteff302e5e8678fa17fb3d8156d49eb585b0876d9 (patch)
treec86b78c3311b4c5f4e58ab6427dac5de51a4251b
parent8e956b4f613d1a7332f0a07f53afe0855ca59f83 (diff)
parentd2c04e72630b167987368c32d33460baf91e4cdc (diff)
downloadnumpy-eff302e5e8678fa17fb3d8156d49eb585b0876d9.tar.gz
Merge pull request #17992 from Carreau/doc-x
DOC: Replace verbatim with reference to local parameter
-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