Skip to content

Commit

Permalink
udpate docstring for end
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDonoghue committed Jul 21, 2023
1 parent d97f433 commit 6fe727d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions fooof/core/modutils.py
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,8 @@ def docs_get_section(docstring, section, output='extract', end=None):
'extract' - returns the extracted section from the docstring.
'remove' - returns the docstring after removing the specified section.
end : str, optional
Indicates the contents of a line that signals the end of the section to select.
If not provided, the section is selected until a blank line.
Returns
-------
Expand Down

0 comments on commit 6fe727d

Please sign in to comment.