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:
Tobias Geerinckx-Rice 2021-09-27 17:13:23 +02:00
parent e4629a68bf
commit 7a02f68bf3
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -6229,7 +6229,7 @@ (define-public python-w3lib
(home-page "https://github.com/scrapy/w3lib")
(synopsis "Python library of web-related functions")
(description
"This is a Python library of web-related functions, such as: remove comments,
or tags from HTML snippets, extract base url from HTML snippets, translate entites
on HTML strings, among other things.")
"This is a Python library of web-related functions, such as: remove
comments, or tags from HTML snippets, extract base url from HTML snippets,
translate entities on HTML strings, among other things.")
(license license:bsd-3)))