gnu: python-marshmallow: Fix linter warning.
* gnu/packages/python-xyz.scm (python-marshmallow)[synopsis]: Drop the full stop.master
parent
23489e69f2
commit
6259bfab86
|
@ -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)))
|
||||
|
|
Reference in New Issue