From 939523f92e7fe74f2cda3908187dba98fbbe1abf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Pokorn=C3=BD?= Date: Wed, 7 Oct 2015 23:42:40 -0700 Subject: [PATCH] Update exclamation.py Minor typo in docstring --- proselint/checks/leonard/exclamation.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proselint/checks/leonard/exclamation.py b/proselint/checks/leonard/exclamation.py index 3c1dd725f..6e52208b7 100644 --- a/proselint/checks/leonard/exclamation.py +++ b/proselint/checks/leonard/exclamation.py @@ -31,7 +31,7 @@ def check_repeated_exclamations(text): @memoize def check_exclamations_ppm(text): - """Make sure that the exclamatiion ppm is under 30.""" + """Make sure that the exclamation ppm is under 30.""" err = "leonard.exclamation.30ppm" msg = u"More than 30 ppm of exclamations. Keep them under control."