From 6259bfab86f77c397764c06562b2917bb552d196 Mon Sep 17 00:00:00 2001 From: Tobias Geerinckx-Rice Date: Wed, 3 Nov 2021 15:19:13 +0100 Subject: gnu: python-marshmallow: Fix linter warning. * gnu/packages/python-xyz.scm (python-marshmallow)[synopsis]: Drop the full stop. --- gnu/packages/python-xyz.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/packages/python-xyz.scm') diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 403143fd6d..8ba72170c0 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -19163,7 +19163,7 @@ address is valid and really exists.") ("python-pytz" ,python-pytz))) (home-page "https://github.com/marshmallow-code/marshmallow") (synopsis "Convert complex datatypes to and from native -Python datatypes.") +Python datatypes") (description "@code{marshmallow} provides a library for converting complex datatypes to and from native Python datatypes.") (license license:expat))) -- cgit v1.2.3