gnu: python-ansi2html: Fix typo in description.

* gnu/packages/python-xyz.scm (python-ansi2html)[description]: Fix typo.
This commit is contained in:
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

View file

@ -14523,7 +14523,7 @@ (define-public python-ansi2html
(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