15
0
forked from pool/python-baron

Accepting request 667874 from devel:languages:python

- Grammar fix.

OBS-URL: https://build.opensuse.org/request/show/667874
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/python-baron?expand=0&rev=2
This commit is contained in:
2019-01-24 13:14:27 +00:00
committed by Git OBS Bridge
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Tue Dec 4 11:42:45 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
- Grammar fix.
-------------------------------------------------------------------
Fri Oct 20 16:13:40 UTC 2017 - toddrme2178@gmail.com

View File

@@ -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