Skip to content

Commit cdf5a93

Browse files
committed
Updating docstrings
1 parent e83e6a7 commit cdf5a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

domdf_python_tools/doctools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ def make_sphinx_links(input_string, builtins_list=None):
9797
:param input_string: The string to process
9898
:type input_string: str
9999
:param builtins_list: A list of builtins to make links for
100-
:type builtins_list: [str]
100+
:type builtins_list: list of str
101101
102102
:return: processed string with links
103103
:rtype: str

0 commit comments

Comments
 (0)