diff --git a/python-html5-parser.changes b/python-html5-parser.changes
index fff67a1..7231c2a 100644
--- a/python-html5-parser.changes
+++ b/python-html5-parser.changes
@@ -1,3 +1,8 @@
+-------------------------------------------------------------------
+Fri Sep 29 16:19:18 UTC 2017 - jengelh@inai.de
+
+- Reword descriptions for neutrality and accuracy.
+
-------------------------------------------------------------------
Mon Aug 14 14:52:38 UTC 2017 - opensuse@dstoecker.de
diff --git a/python-html5-parser.spec b/python-html5-parser.spec
index d1174ac..cdffa36 100644
--- a/python-html5-parser.spec
+++ b/python-html5-parser.spec
@@ -21,7 +21,7 @@
Name: python-html5-parser
Version: 0.4.4
Release: 0
-Summary: Fast C based HTML 5 parsing for python
+Summary: C based HTML 5 parsing for Python
License: Apache-2.0
Group: Development/Languages/Python
Url: https://github.com/kovidgoyal/html5-parser
@@ -38,8 +38,8 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-build
%python_subpackages
%description
-A fast, standards compliant, C based, HTML 5 parser for python.
-Over thirty times as fast as pure python based parsers, such as html5lib.
+A standards compliant, C based HTML 5 parser for Python. It processes HTML
+about thirty times faster than the "html5lib" pure Python based parser.
%prep
%setup -q -n html5-parser-%{version}