gnu: python-jsonrpc-server: Fix typo "This package".
* gnu/packages/python-xyz (python-jsonrpc-server)[description]: Fix typo.
This commit is contained in:
parent
d38ccbb03e
commit
1df5407cad
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue