diff options
author | Qiyu8 <fangchunlin@huawei.com> | 2020-12-14 16:35:01 +0800 |
---|---|---|
committer | Qiyu8 <fangchunlin@huawei.com> | 2020-12-14 16:35:01 +0800 |
commit | 4c7b3d64780c0cdfb8279c978d8b5a411995aee4 (patch) | |
tree | 4f98ed596916b9e8f5404939d7a39b86b6da52e6 /numpy/core/function_base.py | |
parent | 30c01122d2631269fa28f057f6723168b64ca783 (diff) | |
parent | e3722cea8adb7b66084a7edbc6afb978c5521c16 (diff) | |
download | numpy-4c7b3d64780c0cdfb8279c978d8b5a411995aee4.tar.gz |
Merge branch 'master' of github.com:numpy/numpy into einsum-dot
Diffstat (limited to 'numpy/core/function_base.py')
-rw-r--r-- | numpy/core/function_base.py | 2 |
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 |