8000 Update numpy/core/code_generators/ufunc_docstrings.py · ContinuumIO/numpy@af19f8e · GitHub
[go: up one dir, main page]

Skip to content

Commit af19f8e

Browse files
njsmithteoliphant
authored andcommitted
Update numpy/core/code_generators/ufunc_docstrings.py
Revert PR numpy#423 (which was based on a misunderstanding).
1 parent 37dab3b commit af19f8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

numpy/core/code_generators/ufunc_docstrings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ def add_newdoc(place, name, doc):
4646
4747
>>> import matplotlib.pyplot as plt
4848
49-
>>> x = np.linspace(-10, 10, 10)
49+
>>> x = np.linspace(start=-10, stop=10, num=101)
5050
>>> plt.plot(x, np.absolute(x))
5151
>>> plt.show()
5252

0 commit comments

Comments
 (0)
0