diff --git a/python-eradicate.changes b/python-eradicate.changes index 0bbbc0d..95c0cfe 100644 --- a/python-eradicate.changes +++ b/python-eradicate.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Thu Feb 14 01:29:57 UTC 2019 - Jan Engelhardt + +- Use noun phrase in summary. + ------------------------------------------------------------------- Mon Feb 11 23:10:51 UTC 2019 - John Vandenberg diff --git a/python-eradicate.spec b/python-eradicate.spec index aad2ab8..3ad4abc 100644 --- a/python-eradicate.spec +++ b/python-eradicate.spec @@ -20,7 +20,7 @@ Name: python-eradicate Version: 1.0 Release: 0 -Summary: Removes commented-out code +Summary: Python utility for removing commented-out code License: MIT Group: Development/Languages/Python URL: https://github.com/myint/eradicate @@ -36,10 +36,10 @@ BuildArch: noarch %description With modern revision control available, there is no reason to save -commented-out code to your repository. ``eradicate`` helps cleans up +commented-out code to your repository. "eradicate" helps cleans up existing junk comments. It does this by detecting block comments that contain valid Python syntax that are likely to be commented out code. -(It avoids false positives like the sentence ``this is not good``, +(It avoids false positives like the sentence "this is not good", which is valid Python syntax, but is probably not code.) %prep