Skip to content

Commit

Permalink
Update sherpa/astro/ui/serialize.py
Browse files Browse the repository at this point in the history
Co-authored-by: wmclaugh <wmclaugh@cfa.harvard.edu>
  • Loading branch information
DougBurke and wmclaugh committed Sep 27, 2023
1 parent dc95b87 commit cadb965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherpa/astro/ui/serialize.py
Expand Up @@ -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")
Expand Down

0 comments on commit cadb965

Please sign in to comment.