diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:36:20 -0800 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2021-12-30 00:53:23 -0800 |
commit | 5b307aff664abf6c8d1d713a5806e46c9b7ca208 (patch) | |
tree | cb35a4a3eb7c940afb01e3fa9d945c8e98ada755 | |
parent | 690fd6191cba71c5ddfa25c788637e568a7e1f53 (diff) | |
download | guix-5b307aff664abf6c8d1d713a5806e46c9b7ca208.tar.gz |
gnu: python-plaster-pastedeploy: Fix trailing whitespace in description.
* gnu/packages/python-web.scm (python-plaster-pastedeploy)[description]: Fix trailing whitespace.
-rw-r--r-- | gnu/packages/python-web.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-web.scm b/gnu/packages/python-web.scm index f424c6a103..1b76e6008c 100644 --- a/gnu/packages/python-web.scm +++ b/gnu/packages/python-web.scm @@ -5465,7 +5465,7 @@ be registered via an entrypoint.") (description "This plugin for @code{python-plaster} adds support for PasteDeploy syntax, it provides a plaster @code{Loader} object that can parse ini files -according to the standard set by PasteDeploy ") +according to the standard set by PasteDeploy") (license license:expat))) (define-public python-hupper |