gnu: python-sgmllib3k: Fix typo.

* gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix use of
  pluralized "This package".
This commit is contained in:
Vagrant Cascadian 2021-12-21 12:02:12 -08:00
parent d2f9578a9f
commit 081c07d6a0
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -26960,7 +26960,7 @@ (define-public python-sgmllib3k
(build-system python-build-system)
(home-page "https://github.com/hsoft/sgmllib")
(synopsis "Python 3 port of sgmllib")
(description "This packages provides an unmaintained port of sgmllib to
(description "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))))