From 61a9a949bc746c5fa2f83ec594f2b477ab967bb8 Mon Sep 17 00:00:00 2001 From: Michael Seifert Date: Thu, 18 Feb 2016 14:21:14 +0100 Subject: [PATCH] DOC: apply_along_axis missing whitespace inserted before colon The missing whitespace lead to inconsistent rendering in the online documentation. [ci skip] --- numpy/lib/shape_base.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numpy/lib/shape_base.py b/numpy/lib/shape_base.py index 63f4db68e308..7533f798fa59 100644 --- a/numpy/lib/shape_base.py +++ b/numpy/lib/shape_base.py @@ -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