From 5b307aff664abf6c8d1d713a5806e46c9b7ca208 Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 30 Dec 2021 00:36:20 -0800 Subject: [PATCH] gnu: python-plaster-pastedeploy: Fix trailing whitespace in description. * gnu/packages/python-web.scm (python-plaster-pastedeploy)[description]: Fix trailing whitespace. --- gnu/packages/python-web.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ (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