summaryrefslogtreecommitdiff
path: root/numpy/core
diff options
context:
space:
mode:
authorQiyu8 <fangchunlin@huawei.com>2020-12-14 16:35:01 +0800
committerQiyu8 <fangchunlin@huawei.com>2020-12-14 16:35:01 +0800
commit4c7b3d64780c0cdfb8279c978d8b5a411995aee4 (patch)
tree4f98ed596916b9e8f5404939d7a39b86b6da52e6 /numpy/core
parent30c01122d2631269fa28f057f6723168b64ca783 (diff)
parente3722cea8adb7b66084a7edbc6afb978c5521c16 (diff)
downloadnumpy-4c7b3d64780c0cdfb8279c978d8b5a411995aee4.tar.gz
Merge branch 'master' of github.com:numpy/numpy into einsum-dot
Diffstat (limited to 'numpy/core')
-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