guix-commits
[Top][All Lists]
Advanced

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

11/52: gnu: python-dpath: Fix typo in synopsis & description.


From: guix-commits
Subject: 11/52: gnu: python-dpath: Fix typo in synopsis & description.
Date: Sat, 10 Apr 2021 08:15:25 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 427401477153ce907b027f9f7f20c55dd00c0729
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Fri Apr 9 19:49:01 2021 +0200

    gnu: python-dpath: Fix typo in synopsis & description.
    
    * gnu/packages/python-xyz.scm (python-dpath)
    [synopsis, description]: Fix typo.
---
 gnu/packages/python-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm
index 6cc469c..ec8c78b 100644
--- a/gnu/packages/python-xyz.scm
+++ b/gnu/packages/python-xyz.scm
@@ -23582,12 +23582,12 @@ dates in almost any string formats commonly found on 
web pages.")
              ;; This invokation is taken from tox.ini.
              (invoke "nosetests" "-d" "-v" "tests/"))))))
     (home-page "https://github.com/akesterson/dpath-python";)
-    (synopsis "Filesystem-like pathing and searching for dictionaries")
+    (synopsis "File-system-like pathing and searching for dictionaries")
     (description
      "@code{python-dpath} is a library for accessing and searching
 dictionaries via /slashed/paths ala xpath.
 
-Basically it lets you glob over a dictionary as if it were a filesystem.  It
+Basically it lets you glob over a dictionary as if it were a file system.  It
 allows you to specify globs (ala the bash eglob syntax, through some advanced
 fnmatch.fnmatch magic) to access dictionary elements, and provides some
 facility for filtering those results.")



reply via email to

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