Skip to content

Commit

Permalink
cat/pelts.py fix
Browse files Browse the repository at this point in the history
  • Loading branch information
keplerstelescope authored Sep 23, 2024
1 parent 033ad48 commit a70260b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/cat/pelts.py
Original file line number Diff line number Diff line change
Expand Up @@ -1079,7 +1079,7 @@ def describe_appearance(cat, short=False):
additional_details.append(scar_details[scar])

if len(additional_details) > 1:
color_name = f"{color_name} with {', '.join(additional_details[:-1])} and {additional_details[-1]}"
color_name = f"{color_name} with {', '.join(additional_details[:-1])}, and {additional_details[-1]}"
elif additional_details:
color_name = f"{color_name} with {additional_details[0]}"

Expand Down

0 comments on commit a70260b

Please sign in to comment.