gnu: python-jsonrpc-server: Fix typo "This package".

* gnu/packages/python-xyz (python-jsonrpc-server)[description]: Fix typo.
This commit is contained in:
Vagrant Cascadian 2019-05-22 15:26:00 -07:00
parent d38ccbb03e
commit 1df5407cad
No known key found for this signature in database
GPG key ID: DC518FC87F9716AA

View file

@ -3063,7 +3063,7 @@ (define-public python-jsonrpc-server
"https://github.com/palantir/python-jsonrpc-server")
(synopsis "JSON RPC 2.0 server library")
(description
"This packages provides a JSON RPC 2.0 server library for Python.")
"This package provides a JSON RPC 2.0 server library for Python.")
(license license:expat)))
(define-public python-pydocstyle