diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-11-17 17:31:15 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-11-17 17:45:45 -0800 |
commit | e782bb901bf23289fe6a460a61364d6c5afea4dc (patch) | |
tree | 2a9cb8ffac90ed2a04d917fdc8db70c2514a55b2 /gnu/packages/python-xyz.scm | |
parent | fb1cd494d79249af037cae92c35cc195c07e7521 (diff) |
gnu: python-sgmllib3k: Fix typo.
* gnu/packages/python-xyz.scm (python-sgmllib3k)[description]: Fix "This
package" typo.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 0639f3680b..17d629bcb9 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -28032,7 +28032,7 @@ interfaces.") ;; (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))) |