guix-commits
[Top][All Lists]
Advanced

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

02/06: gnu: python-pathlib2: Fix synopsis typo.


From: guix-commits
Subject: 02/06: gnu: python-pathlib2: Fix synopsis typo.
Date: Wed, 17 Jul 2019 10:04:24 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 746d33847bc630894968c444ef4449c7d61b7e54
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Wed Jul 17 13:14:43 2019 +0200

    gnu: python-pathlib2: Fix synopsis typo.
    
    * gnu/packages/python-xyz.scm (synopsis): 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 9de8203..3852f5b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -4864,7 +4864,7 @@ them as the version argument or in a SCM managed file.")
      `(("python-scandir" ,python-scandir)
        ("python-six" ,python-six)))
     (home-page "https://pypi.python.org/pypi/pathlib2/";)
-    (synopsis "Object-oriented filesystem paths")
+    (synopsis "Object-oriented file system paths")
     (description "The goal of pathlib2 is to provide a backport of the
 standard @code{pathlib} module which tracks the standard library module, so
 all the newest features of the standard @code{pathlib} can be used also on



reply via email to

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