Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ways committed Oct 7, 2024
1 parent 2c72ed9 commit 898e32e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sedr/rodeoprofile10.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def requirement7_4(jsondata: str) -> tuple[bool, str]:
if len(jsondata["title"]) > 50:
return (
False,
f"Collection title should not exeede 50 chars. See <{spec_url}> for more info.",
f"Collection title should not exeed 50 chars. See <{spec_url}> for more info.",
)
except json.JSONDecodeError as err:
#A
Expand Down

0 comments on commit 898e32e

Please sign in to comment.