mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-25 20:19:18 -05:00
gnu: python-pathlib2: Fix synopsis typo.
* gnu/packages/python-xyz.scm (synopsis): Fix typo.
This commit is contained in:
parent
b593f264c8
commit
746d33847b
1 changed files with 1 additions and 1 deletions
|
@ -4864,7 +4864,7 @@ (define-public python-pathlib2
|
|||
`(("python-scandir" ,python-scandir)
|
||||
("python-six" ,python-six)))
|
||||
(home-page "https://pypi.python.org/pypi/pathlib2/")
|
||||
(synopsis "Object-oriented filesystem paths")
|
||||
(synopsis "Object-oriented file system paths")
|
||||
(description "The goal of pathlib2 is to provide a backport of the
|
||||
standard @code{pathlib} module which tracks the standard library module, so
|
||||
all the newest features of the standard @code{pathlib} can be used also on
|
||||
|
|
Loading…
Reference in a new issue