Skip to content

Commit

Permalink
Merge pull request #444 from amperser/phrasal-adj-msg-bugfix
Browse files Browse the repository at this point in the history
Fix error message for phrasal-adj. hyphenation
  • Loading branch information
suchow committed Apr 4, 2016
2 parents e9a1fb6 + 48a5c54 commit c9bb623
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion proselint/checks/misc/phrasal_adjectives.py
Expand Up @@ -31,7 +31,7 @@ def check_ly(text):
def check_examples(text):
"""Check the text."""
err = "garner.phrasal_adjectives.examples"
msg = u"""Hyphenate '{}', a phrasal adjective, as '{}'."""
msg = u"""Hyphenate '{1}', a phrasal adjective, as '{0}'."""

list = [
["across-the-board discounts", ["across the board discounts"]],
Expand Down

0 comments on commit c9bb623

Please sign in to comment.