summaryrefslogtreecommitdiffstats
path: root/python/llfuse
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:15:22 +0100
committer B. Watson2022-03-17 17:37:55 +0100
commit7a5b449ecb9a41508516798c566a9bbfda9ff225 (patch)
treea8733393dee4d3ece11055ff324ee4b5684678e1 /python/llfuse
parentd561ffe603f57042416b02ab2fb3acbd8f36e7b0 (diff)
downloadslackbuilds-7a5b449ecb9a41508516798c566a9bbfda9ff225.tar.gz
python/llfuse: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/llfuse')
-rw-r--r--python/llfuse/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/llfuse/README b/python/llfuse/README
index 1d3fb5f581..6aa9be22c9 100644
--- a/python/llfuse/README
+++ b/python/llfuse/README
@@ -1,8 +1,8 @@
-LLFUSE is a set of Python bindings for the low level FUSE API. It requires at
-least FUSE 2.8.0 and supports both Python 2.x and 3.x.
+LLFUSE is a set of Python bindings for the low level FUSE API. It
+requires at least FUSE 2.8.0 and supports both Python 2.x and 3.x.
-LLFUSE was originally part of S3QL, but has been factored out so that it can
-be used by other projects as well.
+LLFUSE was originally part of S3QL, but has been factored out so that
+it can be used by other projects as well.
-The SlackBuild detects presence of Python 3.x and if found,
-then also bindings for Python 3.x are built.
+The SlackBuild detects presence of Python 3.x and if found, then also
+bindings for Python 3.x are built.