diff --git a/python-baron.changes b/python-baron.changes index d060f86..1a0094f 100644 --- a/python-baron.changes +++ b/python-baron.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Dec 4 11:42:45 UTC 2018 - Jan Engelhardt + +- Grammar fix. + ------------------------------------------------------------------- Fri Oct 20 16:13:40 UTC 2017 - toddrme2178@gmail.com diff --git a/python-baron.spec b/python-baron.spec index d03727f..ffbe29e 100644 --- a/python-baron.spec +++ b/python-baron.spec @@ -20,7 +20,7 @@ Name: python-baron Version: 0.8 Release: 0 -Summary: Full Syntax Tree for python +Summary: Full Syntax Tree for Python License: LGPL-3.0-or-later Group: Development/Languages/Python URL: https://github.com/PyCQA/baron @@ -37,7 +37,7 @@ BuildRequires: %{python_module rply} %python_subpackages %description -Baron is a Full Syntax Tree (FST) library for Python. By opposition +Baron is a Full Syntax Tree (FST) library for Python. In contrast to an AST which drops some syntax information in the process of its creation (like empty lines, comments, formatting), a FST keeps everything and guarantees the operation