guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: python-ansi2html: Fix typo in description.


From: guix-commits
Subject: 05/05: gnu: python-ansi2html: Fix typo in description.
Date: Sun, 13 Sep 2020 18:27:11 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit d392226f4af9cae1cc6f023fa1ca0a284fb06cee
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 13 23:10:51 2020 +0200

    gnu: python-ansi2html: Fix typo in description.
    
    * gnu/packages/python-xyz.scm (python-ansi2html)[description]: Fix typo.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6063b35..3e66e5a 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -14523,7 +14523,7 @@ to ansi-escaped strings suitable for display in a 
terminal.")
     (synopsis "Convert ANSI-decorated console output to HTML")
     (description
      "@command{ansi2html} is a Python library and command line utility for
-convering text with ANSI color codes to HTML or LaTeX.")
+converting text with ANSI color codes to HTML or LaTeX.")
     (license license:gpl3+)))
 
 (define-public python2-ansi2html



reply via email to

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