Skip to content

Commit

Permalink
update docstring to reflect new default values
Browse files Browse the repository at this point in the history
  • Loading branch information
coxipi committed Nov 30, 2023
1 parent 0fc7687 commit 68e3f88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xclim/indices/stats.py
Original file line number Diff line number Diff line change
Expand Up @@ -687,7 +687,7 @@ def standardized_index_fit_params(
uses a deterministic function that doesn't involve any optimization.
offset: Quantified
Distributions bounded by zero (e.g. "gamma", "fisk") can be used for datasets with negative values
by using an offset: `da + offset`. An empty string is interpreted as no offset.
by using an offset: `da + offset`.
\*\*indexer
Indexing parameters to compute the indicator on a temporal subset of the data.
It accepts the same arguments as :py:func:`xclim.indices.generic.select_time`.
Expand Down

0 comments on commit 68e3f88

Please sign in to comment.