diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-09 19:49:01 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2021-04-10 14:11:27 +0200 |
commit | 427401477153ce907b027f9f7f20c55dd00c0729 (patch) | |
tree | 4c13ab0b81852671ce419cab4bf4bbcfb95eae88 /gnu | |
parent | 80a63aefc2f39fd63b9624c0d1cb579c99cdf518 (diff) |
gnu: python-dpath: Fix typo in synopsis & description.
* gnu/packages/python-xyz.scm (python-dpath)
[synopsis, description]: Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 6cc469c163..ec8c78b1de 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.") |