Skip to content

Commit e0f4a78

Browse files
committed
fix docstring quirk
1 parent 386d922 commit e0f4a78

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

specparam/modutils/docs.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,11 @@ def get_docs_indices(docstring, sections=DOCSTRING_SECTIONS):
2222
Docstring to check indices for.
2323
sections : list of str, optional
2424
List of sections to check and get indices for.
25-
If not provided, uses the default set of
2625
2726
Returns
2827
-------
2928
inds : dict
30-
Dictionary in which each key is a section label, and each value is the corresponding index.
29+
Dictionary where each key is a section label, and each value is the corresponding index.
3130
"""
3231

3332
inds = {label : None for label in sections}

0 commit comments

Comments
 (0)