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

* gnu/packages/python-xyz.scm (python-dpath)
[synopsis, description]: Fix typo.
This commit is contained in:
Tobias Geerinckx-Rice 2021-04-09 19:49:01 +02:00
parent 80a63aefc2
commit 4274014771
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -23582,12 +23582,12 @@ (define-public python-dpath
;; 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.")