me
/
guix
Archived
1
0
Fork 0

gnu: python-ansi2html: Fix typo in description.

* gnu/packages/python-xyz.scm (python-ansi2html)[description]: Fix typo.
master
Tobias Geerinckx-Rice 2020-09-13 23:10:51 +02:00
parent 61d02cecd9
commit d392226f4a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -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