From 1668e50aa1b44e9257630598a8d730255facab6d Mon Sep 17 00:00:00 2001 From: Stephen Moseley Date: Fri, 11 Oct 2024 14:34:13 +0100 Subject: [PATCH] Fixes doc-string for Sphinx --- improver/cli/gradient_between_adjacent_grid_squares.py | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/improver/cli/gradient_between_adjacent_grid_squares.py b/improver/cli/gradient_between_adjacent_grid_squares.py index 8c0e6cfea7..edbd563479 100644 --- a/improver/cli/gradient_between_adjacent_grid_squares.py +++ b/improver/cli/gradient_between_adjacent_grid_squares.py @@ -25,8 +25,10 @@ def process(cube: cli.inputcube, *, regrid: bool = False): If the x-axis is marked as circular, the gradient between the last and first points is also included. Returns: - Cube after the gradients have been calculated along the x-axis and Cube after the gradients - have been calculated along the y-axis. + iris.cube.Cube: + Gradients calculated along the x-axis + iris.cube.Cube: + Gradients calculated along the y-axis """ from improver.utilities.spatial import GradientBetweenAdjacentGridSquares