Fix some reST field lists in docstrings
Probably the most common format for documenting arguments is reST field lists [1]. This change updates some docstrings to comply with the field lists syntax. [1] http://sphinx-doc.org/domains.html#info-field-lists Change-Id: I87e77a9bbd5bcb834b35460ce0adff5bc59d9168
This commit is contained in:
3 changed files with 4 additions and 4 deletions
@@ -34,7 +34,7 @@ def collect_info(path_list):
Recursive collect dirs and files in path_list directory.
:param path_list: start directory for collecting
:return files_list, dir_list: tuple of included
:return: files_list, dir_list tuple of included
directories and files
"""
files_list = []
@@ -56,7 +56,7 @@ def find_max_occupancy_node(dir_list):
Find node with maximum occupancy.
:param list_dir: list of directories for each node.
:return number: number node in list_dir
:return: number number node in list_dir
"""
count = 0
number = 0
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.