Skip to content

Commit 6fe727d

Browse files
committed
udpate docstring for end
1 parent d97f433 commit 6fe727d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

fooof/core/modutils.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,8 @@ def docs_get_section(docstring, section, output='extract', end=None):
178178
'extract' - returns the extracted section from the docstring.
179179
'remove' - returns the docstring after removing the specified section.
180180
end : str, optional
181+
Indicates the contents of a line that signals the end of the section to select.
182+
If not provided, the section is selected until a blank line.
181183
182184
Returns
183185
-------

0 commit comments

Comments
 (0)