diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-27 17:13:23 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-09-30 07:09:55 +0200 |
commit | 7a02f68bf33b0f213e6d47f34be82429d6cd2850 (patch) | |
tree | 905c0606fdbb770f428e4f6ccdbc819666de4c94 /gnu/packages | |
parent | e4629a68bf89143c87fff320b367b372ac0569a6 (diff) | |
download | guix-7a02f68bf33b0f213e6d47f34be82429d6cd2850.tar.gz |
gnu: python-w3lib: Fix typo in description.
* gnu/packages/python-web.scm (python-w3lib)[description]: Fix ‘entites’ typo and wrap to 80 characters.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/python-web.scm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index ce0e0a605c..b99e358e26 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -6229,7 +6229,7 @@ communicate with Microsoft Azure Storage services.") (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))) |