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 @@ dates in almost any string formats commonly found on web pages.")
;; This invokation is taken from tox.ini. ;; This invokation is taken from tox.ini.
(invoke "nosetests" "-d" "-v" "tests/")))))) (invoke "nosetests" "-d" "-v" "tests/"))))))
(home-page "https://github.com/akesterson/dpath-python") (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 (description
"@code{python-dpath} is a library for accessing and searching "@code{python-dpath} is a library for accessing and searching
dictionaries via /slashed/paths ala xpath. 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 allows you to specify globs (ala the bash eglob syntax, through some advanced
fnmatch.fnmatch magic) to access dictionary elements, and provides some fnmatch.fnmatch magic) to access dictionary elements, and provides some
facility for filtering those results.") facility for filtering those results.")