Skip to content

Commit

Permalink
Replaced Raised with Returns in docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
NimaSarajpoor committed Dec 22, 2024
1 parent c795b9d commit 2774302
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions stumpy/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,9 @@ def _reset(var=None):
it is a list of configuration variables to reset. If None, then all
configuration variables are reset to their default values.
Raises
Returns
------
UserWarning
If the specified configuration variable is not recognized
None
"""
config_vars = [
k for k, _ in globals().items() if k.isupper() and k.startswith("STUMPY")
Expand Down

0 comments on commit 2774302

Please sign in to comment.