From 8e6e48a0f586d19c43bf9513141e841dc7e6d950 Mon Sep 17 00:00:00 2001 From: Niklas Selke <n.selke@fz-juelich.de> Date: Mon, 22 May 2023 16:48:15 +0200 Subject: [PATCH] Fixed typo in module docstring of 'trends/utils.py'. --- toarstats/trends/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/toarstats/trends/utils.py b/toarstats/trends/utils.py index e3bdad8..18f55b0 100644 --- a/toarstats/trends/utils.py +++ b/toarstats/trends/utils.py @@ -3,7 +3,7 @@ This module contains the following function: calculate_seasonal_cycle - calculate the seasonal cycle calculate_anomalies - calculate the anomalies series -moving_block_bootstrap - perform the moving block bootstrap algorithm. +moving_block_bootstrap - perform the moving block bootstrap algorithm """ import numpy as np -- GitLab