summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2020-09-13 23:10:51 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2020-09-14 00:23:01 +0200
commitd392226f4af9cae1cc6f023fa1ca0a284fb06cee (patch)
treeffee0dab15302b4b996bbec6b8a8a85817b0e8de
parent61d02cecd907b3cec14237bef3aafdcb6f62e6e9 (diff)
downloadguix-patches-d392226f4af9cae1cc6f023fa1ca0a284fb06cee.tar
guix-patches-d392226f4af9cae1cc6f023fa1ca0a284fb06cee.tar.gz
gnu: python-ansi2html: Fix typo in description.
* gnu/packages/python-xyz.scm (python-ansi2html)[description]: Fix typo.
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6063b358c2..3e66e5a7eb 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