Source: gumbo-parser
Version: 0.10.1+dfsg-2
Severity: minor
Tags: patch

--
Jakub Wilk
diff --git a/debian/control b/debian/control
--- a/debian/control
+++ b/debian/control
@@ -47,7 +47,7 @@
  libgumbo1 (>= ${source:Version})
 Recommends: python-beautifulsoup, python-html5lib
 Description: pure-C HTML5 parser Python bindings
- Gumbo is an implementation of the [HTML5 parsing algorithm implemented
+ Gumbo is an implementation of the HTML5 parsing algorithm implemented
  as a pure C99 library with no outside dependencies.  It's designed to serve
  as a building block for other tools and libraries such as linters,
  validators, templating languages, and refactoring and analysis tools.
@@ -61,7 +61,7 @@
  libgumbo1 (>= ${source:Version})
 Recommends: python3-html5lib
 Description: pure-C HTML5 parser Python 3 bindings
- Gumbo is an implementation of the [HTML5 parsing algorithm implemented
+ Gumbo is an implementation of the HTML5 parsing algorithm implemented
  as a pure C99 library with no outside dependencies.  It's designed to serve
  as a building block for other tools and libraries such as linters,
  validators, templating languages, and refactoring and analysis tools.

Reply via email to