Skip to content

Commit

Permalink
docs: update error message for restricted.top1000
Browse files Browse the repository at this point in the history
  • Loading branch information
Nytelife26 committed May 13, 2024
1 parent f2eadac commit e257cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proselint/checks/restricted/top1000.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@
def check(text):
"""Check the text."""
err = "restricted.top1000"
msg = "'{}' is not in the top 1,000 most popular words."
msg = "'{}' is not in the top 1000 most common words."

return reverse_existence_check(text, TOP1000_WORDS, err, msg)

0 comments on commit e257cd7

Please sign in to comment.