From 69ca842bf69ac8eedf20dfefa1a4d3d0a6fce106 Mon Sep 17 00:00:00 2001 From: Stephen Moseley Date: Fri, 11 Oct 2024 14:39:01 +0100 Subject: [PATCH] Fixes doc-string for Sphinx --- improver/cli/gradient_between_adjacent_grid_squares.py | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/improver/cli/gradient_between_adjacent_grid_squares.py b/improver/cli/gradient_between_adjacent_grid_squares.py index edbd563479..14db7133b4 100644 --- a/improver/cli/gradient_between_adjacent_grid_squares.py +++ b/improver/cli/gradient_between_adjacent_grid_squares.py @@ -25,10 +25,11 @@ 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: - iris.cube.Cube: - Gradients calculated along the x-axis - iris.cube.Cube: - Gradients calculated along the y-axis + tuple: + iris.cube.Cube: + Gradients calculated along the x-axis + iris.cube.Cube: + Gradients calculated along the y-axis """ from improver.utilities.spatial import GradientBetweenAdjacentGridSquares