diff --git a/xclim/core/indicator.py b/xclim/core/indicator.py index 629b0f53e..53c56e778 100644 --- a/xclim/core/indicator.py +++ b/xclim/core/indicator.py @@ -303,8 +303,8 @@ def get_instance(cls) -> Any: # numpydoc ignore=RT05 Returns ------- - Any - FIXME: What is the return type? + Indicator + First instance found of this class in the indicators registry. Raises ------