diff options
author | Marius Bakke <mbakke@fastmail.com> | 2019-07-19 01:15:59 +0200 |
---|---|---|
committer | Marius Bakke <mbakke@fastmail.com> | 2019-07-19 01:15:59 +0200 |
commit | 2ee70a5b11e83e1abe4b749a21f15852f7fcf5e1 (patch) | |
tree | 6cde1b54aa7dd8880321ebaf11d9e722e39156f2 /gnu/packages/python-xyz.scm | |
parent | 96783ed6275cd2818ff56916274e6e4582f1dc9b (diff) | |
parent | 4678cc46a4c1e0538402d8df6d85d3caedc7f00b (diff) | |
download | patches-2ee70a5b11e83e1abe4b749a21f15852f7fcf5e1.tar patches-2ee70a5b11e83e1abe4b749a21f15852f7fcf5e1.tar.gz |
Merge branch 'master' into core-updates
Diffstat (limited to 'gnu/packages/python-xyz.scm')
-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 0dc61c1099..65dffd33bf 100644 --- a/gnu/packages/python-xyz.scm +++ b/gnu/packages/python-xyz.scm @@ -4904,7 +4904,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 |