diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-17 13:14:43 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-07-17 16:03:55 +0200 |
commit | 746d33847bc630894968c444ef4449c7d61b7e54 (patch) | |
tree | 3f66301f0fba2e389a892f6f27d182905878efdf /gnu | |
parent | b593f264c8de2945f6e9cbba1d5593e224c39c10 (diff) | |
download | guix-746d33847bc630894968c444ef4449c7d61b7e54.tar guix-746d33847bc630894968c444ef4449c7d61b7e54.tar.gz |
gnu: python-pathlib2: Fix synopsis typo.
* gnu/packages/python-xyz.scm (synopsis): Fix typo.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/python-xyz.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-xyz.scm b/gnu/packages/python-xyz.scm index 9de8203264..3852f5b1ee 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4864,7 +4864,7 @@ them as the version argument or in a SCM managed file.") `(("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 |