guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: python-w3lib: Fix typo in description.


From: guix-commits
Subject: 02/05: gnu: python-w3lib: Fix typo in description.
Date: Thu, 30 Sep 2021 01:24:48 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 7a02f68bf33b0f213e6d47f34be82429d6cd2850
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Mon Sep 27 17:13:23 2021 +0200

    gnu: python-w3lib: Fix typo in description.
    
    * gnu/packages/python-web.scm (python-w3lib)[description]:
    Fix ‘entites’ typo and wrap to 80 characters.
---
 gnu/packages/python-web.scm | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm
index ce0e0a6..b99e358 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]