guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: guix-commits
Subject: 25/42: gnu: python-jsonrpc-server: Fix typo "This package".
Date: Wed, 22 May 2019 21:20:19 -0400 (EDT)

vagrantc pushed a commit to branch master
in repository guix.

commit 1df5407cad6f726787d2c271f9fd3a2aaa8f3512
Author: Vagrant Cascadian <address@hidden>
Date:   Wed May 22 15:26:00 2019 -0700

    gnu: python-jsonrpc-server: Fix typo "This package".
    
    * gnu/packages/python-xyz (python-jsonrpc-server)[description]: Fix typo.
---
 gnu/packages/python-xyz.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 1c337e0..c1920b5 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -3063,7 +3063,7 @@ Language (TOML) configuration files.")
      "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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]