gnu: python-marshmallow: Fix linter warning.
* gnu/packages/python-xyz.scm (python-marshmallow)[synopsis]: Drop the full stop.
This commit is contained in:
parent
23489e69f2
commit
6259bfab86
1 changed files with 1 additions and 1 deletions
|
@ -19163,7 +19163,7 @@ address is valid and really exists.")
|
||||||
("python-pytz" ,python-pytz)))
|
("python-pytz" ,python-pytz)))
|
||||||
(home-page "https://github.com/marshmallow-code/marshmallow")
|
(home-page "https://github.com/marshmallow-code/marshmallow")
|
||||||
(synopsis "Convert complex datatypes to and from native
|
(synopsis "Convert complex datatypes to and from native
|
||||||
Python datatypes.")
|
Python datatypes")
|
||||||
(description "@code{marshmallow} provides a library for converting
|
(description "@code{marshmallow} provides a library for converting
|
||||||
complex datatypes to and from native Python datatypes.")
|
complex datatypes to and from native Python datatypes.")
|
||||||
(license license:expat)))
|
(license license:expat)))
|
||||||
|
|
Reference in a new issue