summaryrefslogtreecommitdiff
path: root/gnu/packages/python-xyz.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 15:19:13 +0100
committerTobias Geerinckx-Rice <me@tobias.gr>2021-11-03 15:28:27 +0100
commit6259bfab86f77c397764c06562b2917bb552d196 (patch)
tree2c63a5069b15460653321e1c70167c0b0ae6f1f6 /gnu/packages/python-xyz.scm
parent23489e69f29cf4f2794f4a2180a9aca01567585a (diff)
downloadguix-patches-6259bfab86f77c397764c06562b2917bb552d196.tar
guix-patches-6259bfab86f77c397764c06562b2917bb552d196.tar.gz
gnu: python-marshmallow: Fix linter warning.
* gnu/packages/python-xyz.scm (python-marshmallow)[synopsis]: Drop the full stop.
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-rw-r--r--gnu/packages/python-xyz.scm2
1 files changed, 1 insertions, 1 deletions
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)))