Skip to content

Commit

Permalink
Update sherpa/astro/ui/serialize.py
Browse files Browse the repository at this point in the history
  • Loading branch information
DougBurke committed Sep 27, 2023
1 parent 9098cfb commit dc95b87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sherpa/astro/ui/serialize.py
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ def _save_models(out: OutType, state: SessionType) -> None:
if len(ids) == 0:
return

_output_banner(out, "Set Source, Pileup, and Background Models")
_output_banner(out, "Set Source, Pileup and Background Models")
orig_pos = _get_out_pos(out)

for id in ids:
Expand Down

0 comments on commit dc95b87

Please sign in to comment.