8000 ENH: Show full PEP 457 argument lists for ufuncs by eric-wieser · Pull Request #9026 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

ENH: Show full PEP 457 argument lists for ufuncs #9026

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 5 commits into from
May 9, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
DOC: Correct parameter names for spacing and invert
  • Loading branch information
eric-wieser committed May 8, 2017
commit 2e3202649692815e973f0e72820d25d5e536910d
4 changes: 2 additions & 2 deletions numpy/core/code_generators/ufunc_docstrings.py
Original file line number Diff line number Diff line change
Expand Up @@ -1480,7 +1480,7 @@ def add_newdoc(place, name, doc):

Parameters
----------
x1 : array_like
x : array_like
Only integer and boolean types are handled.
$PARAMS

Expand Down Expand Up @@ -3164,7 +3164,7 @@ def add_newdoc(place, name, doc):

Parameters
----------
x1 : array_like
x : array_like
Values to find the spacing of.
$PARAMS

Expand Down
0