Skip to content

Commit

Permalink
Fix doc of Parameter again
Browse files Browse the repository at this point in the history
  • Loading branch information
aulemahal committed Aug 15, 2024
1 parent d472e02 commit c0016ee
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions xclim/core/indicator.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,10 +196,9 @@ class Parameter:
_empty = _empty

kind: InputKind
compute_name: str = (
_empty # Name of the compute function's argument corresponding to this parameter.
)
default: Any = _empty_default
# Name of the compute function's argument corresponding to this parameter.
compute_name: str = _empty
description: str = ""
units: str = _empty
choices: set = _empty
Expand Down

0 comments on commit c0016ee

Please sign in to comment.