mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-18 00:42:17 -05:00
gnu: python-sgmllib3k: Fix typo.
* gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix "This package" typo.
This commit is contained in:
parent
fb1cd494d7
commit
e782bb901b
1 changed files with 1 additions and 1 deletions
|
@ -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)))
|
||||
|
|
Loading…
Reference in a new issue