From 8867cec42bf9f2d1c94bd0953ff8f842673b8f9c Mon Sep 17 00:00:00 2001 From: Xylar Asay-Davis Date: Mon, 26 Sep 2022 16:45:48 -0600 Subject: [PATCH] Fix typo in understanding a task Co-authored-by: Carolyn Begeman --- docs/tutorials/dev_understand_a_task.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorials/dev_understand_a_task.rst b/docs/tutorials/dev_understand_a_task.rst index a7b2fa95e..1cffcfc9f 100644 --- a/docs/tutorials/dev_understand_a_task.rst +++ b/docs/tutorials/dev_understand_a_task.rst @@ -530,7 +530,7 @@ This tutorial won't attempt to cover all its detail. The basics are that that class starts with MPAS climatology data over one or more ``seasons`` that has previously been computed by an :py:class:`~mpas_analysis.shared.climatology.MpasClimatologyTask` task. It -remaps that data form the MPAS mesh to one or more comparison grids (e.g. +remaps that data from the MPAS mesh to one or more comparison grids (e.g. global latitude-longitude or Antarctic stereographic) where it can be plotted and compared with observations or another MPAS-Analysis run.