diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-13 23:10:51 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2020-09-14 00:23:01 +0200 |
commit | d392226f4af9cae1cc6f023fa1ca0a284fb06cee (patch) | |
tree | ffee0dab15302b4b996bbec6b8a8a85817b0e8de /gnu/packages/python-xyz.scm | |
parent | 61d02cecd907b3cec14237bef3aafdcb6f62e6e9 (diff) | |
download | guix-d392226f4af9cae1cc6f023fa1ca0a284fb06cee.tar.gz |
gnu: python-ansi2html: Fix typo in description.
* gnu/packages/python-xyz.scm (python-ansi2html)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
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 |