summaryrefslogtreecommitdiff
path: root/tools/refguide_check.py
diff options
context:
space:
mode:
Diffstat (limited to 'tools/refguide_check.py')
-rw-r--r--tools/refguide_check.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/refguide_check.py b/tools/refguide_check.py
index f0f6461b7..ddcc1028d 100644
--- a/tools/refguide_check.py
+++ b/tools/refguide_check.py
@@ -305,7 +305,7 @@ def compare(all_dict, others, names, module_name):
List of non deprecated sub modules for module_name
others : list
List of sub modules for module_name
- names : set
+ names : set
Set of function names or special directives present in
docstring of module_name
module_name : ModuleType
@@ -780,7 +780,7 @@ def _run_doctests(tests, full_name, verbose, doctest_warnings):
Parameters
----------
- tests: list
+ tests : list
full_name : str