aboutsummaryrefslogtreecommitdiff
path: root/python/pathlib2/README
diff options
context:
space:
mode:
authorDave Woodfall <dave@slackbuilds.org>2021-05-06 18:15:07 +0100
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2021-05-08 01:41:57 +0700
commitabf420233ad489fc02db3d8fc07fa21240118b28 (patch)
treea1dfce2eb9118a487afb5328fae88e25fe685003 /python/pathlib2/README
parent23b2d8945405857d2ef5b8191aa99a6c22762e73 (diff)
downloadslackbuilds-abf420233ad489fc02db3d8fc07fa21240118b28.tar.xz
python/pathlib2: Fix REQUIRES for python2.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pathlib2/README')
-rw-r--r--python/pathlib2/README6
1 files changed, 3 insertions, 3 deletions
diff --git a/python/pathlib2/README b/python/pathlib2/README
index 8630108f29e0..4ae19c8621d4 100644
--- a/python/pathlib2/README
+++ b/python/pathlib2/README
@@ -1,4 +1,4 @@
The old pathlib module on bitbucket is in bugfix-only mode. The goal of
-pathlib2 is to provide a backport of standard pathlib module which tracks the
-standard library module, so all the newest features of the standard pathlib
-can be used also on older Python versions.
+pathlib2 is to provide a backport of standard pathlib module which
+tracks the standard library module, so all the newest features of the
+standard pathlib can be used also on older Python versions.