mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: python-sgmllib3k: Fix typo.
* gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix use of pluralized "This package".
This commit is contained in:
parent
d2f9578a9f
commit
081c07d6a0
1 changed files with 1 additions and 1 deletions
|
@ -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))))
|
||||
|
|
Loading…
Reference in a new issue