From 653a6fd443c237842d7a7069d929fb2892dbfe85 Mon Sep 17 00:00:00 2001 From: endolith Date: Tue, 25 Sep 2012 13:41:25 -0400 Subject: DOC: Used regex to find colons missing spaces which render wrong online, also other spacing or formatting mistakes --- numpy/lib/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'numpy/lib/utils.py') diff --git a/numpy/lib/utils.py b/numpy/lib/utils.py index 2e70bfd15..d7492def8 100644 --- a/numpy/lib/utils.py +++ b/numpy/lib/utils.py @@ -835,7 +835,7 @@ def _lookfor_generate_cache(module, import_modules, regenerate): Module for which to generate docstring cache import_modules : bool Whether to import sub-modules in packages. - regenerate: bool + regenerate : bool Re-generate the docstring cache Returns -- cgit v1.2.1