gnu: python-plaster-pastedeploy: Fix trailing whitespace in description.

* gnu/packages/python-web.scm (python-plaster-pastedeploy)[description]: Fix
  trailing whitespace.
This commit is contained in:
Vagrant Cascadian 2021-12-30 00:36:20 -08:00
parent 690fd6191c
commit 5b307aff66
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -5465,7 +5465,7 @@ (define-public python-plaster-pastedeploy
(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