gnu: python-sgmllib3k: Fix typo.

* gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix "This
  package" typo.
This commit is contained in:
Vagrant Cascadian 2021-11-17 17:31:15 -08:00
parent fb1cd494d7
commit e782bb901b
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -28032,7 +28032,7 @@ (define-public python-sgmllib3k
;; (home-page "https://hg.hardcoded.net/sgmllib")
(synopsis "Python 3 port of sgmllib")
(description
"This packages provides an unmaintained port of sgmllib to Python 3.
"This package provides an unmaintained port of sgmllib to Python 3.
It is used to parse text files formatted in @acronym{SGML,Standard Generalized
Mark-up Language}.")
(license license:bsd-3)))