gnu: python-w3lib: Fix typo in description.
* gnu/packages/python-web.scm (python-w3lib)[description]: Fix ‘entites’ typo and wrap to 80 characters.
This commit is contained in:
parent
e4629a68bf
commit
7a02f68bf3
1 changed files with 3 additions and 3 deletions
|
@ -6229,7 +6229,7 @@ (define-public python-w3lib
|
||||||
(home-page "https://github.com/scrapy/w3lib")
|
(home-page "https://github.com/scrapy/w3lib")
|
||||||
(synopsis "Python library of web-related functions")
|
(synopsis "Python library of web-related functions")
|
||||||
(description
|
(description
|
||||||
"This is a Python library of web-related functions, such as: remove comments,
|
"This is a Python library of web-related functions, such as: remove
|
||||||
or tags from HTML snippets, extract base url from HTML snippets, translate entites
|
comments, or tags from HTML snippets, extract base url from HTML snippets,
|
||||||
on HTML strings, among other things.")
|
translate entities on HTML strings, among other things.")
|
||||||
(license license:bsd-3)))
|
(license license:bsd-3)))
|
||||||
|
|
Loading…
Reference in a new issue