From 4ce36c423dbb07fe471de51bc55e42aae776f0d5 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 26 Nov 2024 11:03:46 -0500 Subject: [PATCH] Update xclim/core/indicator.py Co-authored-by: Pascal Bourgault --- xclim/core/indicator.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/xclim/core/indicator.py b/xclim/core/indicator.py index 0ce7e8e2e..dc35f6acd 100644 --- a/xclim/core/indicator.py +++ b/xclim/core/indicator.py @@ -297,8 +297,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 ------