From 33baa2e17a3af9079800a18d5fe70d319431278f Mon Sep 17 00:00:00 2001 From: Doug Latornell Date: Sat, 30 Nov 2024 14:34:36 -0800 Subject: [PATCH] Fix typo in comment in make_plots.py Correct the spelling of "exception" in a comment within the make_plots.py file. --- nowcast/workers/make_plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nowcast/workers/make_plots.py b/nowcast/workers/make_plots.py index beac9045..12d92d4e 100644 --- a/nowcast/workers/make_plots.py +++ b/nowcast/workers/make_plots.py @@ -1021,7 +1021,7 @@ def _render_figures( try: fig = _calc_figure(fig_func, args, kwargs) except (FileNotFoundError, IndexError, KeyError, TypeError): - # **IMPORTANT**: the collection of exception above must match those + # **IMPORTANT**: the collection of exceptions above must match those # handled in the _calc_figure() function continue if test_figure: