From cadb965021edacdaddf2b04e9b1c7c219e2d5ea9 Mon Sep 17 00:00:00 2001 From: Doug Burke Date: Wed, 27 Sep 2023 19:18:24 -0400 Subject: [PATCH] Update sherpa/astro/ui/serialize.py Co-authored-by: wmclaugh --- sherpa/astro/ui/serialize.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sherpa/astro/ui/serialize.py b/sherpa/astro/ui/serialize.py index 10fa131411..1b49d86c1b 100644 --- a/sherpa/astro/ui/serialize.py +++ b/sherpa/astro/ui/serialize.py @@ -627,7 +627,7 @@ def _save_data(out: OutType, state: SessionType) -> None: if len(ids) == 0: return - # Try to only output a banned if the section contains a + # Try to only output a banner if the section contains a # command/setting. # _output_banner(out, "Load Data Sets")