From 183c58cd6e267a22e5590aa9188282eb4bc3fe77 Mon Sep 17 00:00:00 2001 From: Philip Chmielowiec Date: Thu, 9 Jan 2025 12:38:00 -0600 Subject: [PATCH] small typo --- notebooks/04-recipes/e3sm.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/notebooks/04-recipes/e3sm.ipynb b/notebooks/04-recipes/e3sm.ipynb index d5d876a..c1fb21e 100644 --- a/notebooks/04-recipes/e3sm.ipynb +++ b/notebooks/04-recipes/e3sm.ipynb @@ -201,7 +201,7 @@ " projection=projection,\n", " pixel_ratio=4.0,\n", " coastline=True,\n", - " title=\"Final Time Step (Year 6 Jan)\",\n", + " title=\"Final Time Step (Year 5 Jan)\",\n", " )\n", ").cols(1)" ],