8000 DOC: apply_along_axis missing whitespace inserted (before colon) by MSeifert04 · Pull Request #7276 · numpy/numpy · GitHub
[go: up one dir, main page]

Skip to content

DOC: apply_along_axis missing whitespace inserted (before colon) #7276

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 1 commit into from
Feb 18, 2016
Merged
Changes from all commits
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
DOC: apply_along_axis missing whitespace inserted before colon
The missing whitespace lead to inconsistent rendering in the
online documentation. [ci skip]
  • Loading branch information
MSeifert04 committed Feb 18, 2016
commit 61a9a949bc746c5fa2f83ec594f2b477ab967bb8
2 changes: 1 addition & 1 deletion numpy/lib/shape_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def apply_along_axis(func1d, axis, arr, *args, **kwargs):
Input array.
args : any
Additional arguments to `func1d`.
kwargs: any
kwargs : any
Additional named arguments to `func1d`.

.. versionadded:: 1.9.0
Expand Down
0