diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 20:05:44 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2020-10-28 21:10:49 -0700 |
commit | 19c2c9f0bf1ff54079ce0c8f97e28803299d10d8 (patch) | |
tree | fb3f01e0ff0770f0f53288aa0c75ea9971865329 /gnu/packages | |
parent | 2d2b3b24c8d6bd5201b8262666c688ae2fcce71a (diff) |
gnu: python-mujson: Fix typo.
* gnu/packages/python-xyz (python-mujson)[description]: Fix use of "This
package".
Diffstat (limited to 'gnu/packages')
-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 cd83c046ce..9f689d35b5 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -21996,7 +21996,7 @@ allows you, from Python code, to “fix” invalid (X)HTML markup.") (build-system python-build-system) (home-page "https://github.com/mattgiles/mujson") (synopsis "Use the fastest JSON functions available at import time") - (description "This packages selects the fastest JSON functions available + (description "This package selects the fastest JSON functions available at import time.") (license license:expat))) |