From db4ee9c19cba28e1a0609e13c016946921642145 Mon Sep 17 00:00:00 2001 From: Trevor James Smith <10819524+Zeitsperre@users.noreply.github.com> Date: Tue, 26 Nov 2024 13:33:50 -0500 Subject: [PATCH] spacing fix --- xclim/core/indicator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xclim/core/indicator.py b/xclim/core/indicator.py index 53c56e778..d27103765 100644 --- a/xclim/core/indicator.py +++ b/xclim/core/indicator.py @@ -304,7 +304,7 @@ def get_instance(cls) -> Any: # numpydoc ignore=RT05 Returns ------- Indicator - First instance found of this class in the indicators registry. + First instance found of this class in the indicators registry. Raises ------