Skip to content

Commit 2774302

Browse files
committed
Replaced Raised with Returns in docstring
1 parent c795b9d commit 2774302

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

stumpy/config.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,10 +46,9 @@ def _reset(var=None):
4646
it is a list of configuration variables to reset. If None, then all
4747
configuration variables are reset to their default values.
4848
49-
Raises
49+
Returns
5050
------
51-
UserWarning
52-
If the specified configuration variable is not recognized
51+
None
5352
"""
5453
config_vars = [
5554
k for k, _ in globals().items() if k.isupper() and k.startswith("STUMPY")

0 commit comments

Comments
 (0)