diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:15:22 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:55 -0400 |
commit | 7a5b449ecb9a41508516798c566a9bbfda9ff225 (patch) | |
tree | a8733393dee4d3ece11055ff324ee4b5684678e1 /python/llfuse | |
parent | d561ffe603f57042416b02ab2fb3acbd8f36e7b0 (diff) |
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/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/llfuse/README b/python/llfuse/README index 1d3fb5f581a4..6aa9be22c94e 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. |