mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01:00
gnu: python-dpath: Fix typo in synopsis & description.
* gnu/packages/python-xyz.scm (python-dpath) [synopsis, description]: Fix typo.
This commit is contained in:
parent
80a63aefc2
commit
4274014771
1 changed files with 2 additions and 2 deletions
|
@ -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.")
|
||||
|
|
Loading…
Reference in a new issue