diff options
Diffstat (limited to 'tools/refguide_check.py')
-rw-r--r-- | tools/refguide_check.py | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py index ddcc1028d..9a6d1c9f8 100644 --- a/tools/refguide_check.py +++ b/tools/refguide_check.py @@ -166,9 +166,8 @@ def short_path(path, cwd=None): Parameters ---------- - path: str or None - - cwd: str or None + path : str or None + cwd : str or None Returns ------- @@ -344,8 +343,8 @@ def is_deprecated(f): """ Check if module `f` is deprecated - Parameter - --------- + Parameters + ---------- f : ModuleType Returns @@ -785,8 +784,7 @@ def _run_doctests(tests, full_name, verbose, doctest_warnings): full_name : str verbose : bool - - doctest_warning : bool + doctest_warnings : bool Returns ------- |