mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-15 19:35:25 -05:00
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 @@ (define-public python-marshmallow
|
|||
("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)))
|
||||
|
|
Loading…
Reference in a new issue