summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:09:20 +0100
committer B. Watson2022-03-17 17:37:53 +0100
commit6432a5839843aa1a66377a6a54ab8f72138cf0d4 (patch)
tree55e99565d5f1a0f7b2a7f4f6e6d53f466ac3f297
parent948b00e9e9f6c329a7190fee9d07c2ba6196c140 (diff)
downloadslackbuilds-6432a5839843aa1a66377a6a54ab8f72138cf0d4.tar.gz
python/backports.lzma: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--python/backports.lzma/README12
1 files changed, 6 insertions, 6 deletions
diff --git a/python/backports.lzma/README b/python/backports.lzma/README
index 570e526b05..f678feefaa 100644
--- a/python/backports.lzma/README
+++ b/python/backports.lzma/README
@@ -1,8 +1,8 @@
-backports.lzma - Provides support for LXMA and XZ compressed files via the
-XZ Utils C library.
+backports.lzma - Provides support for LXMA and XZ compressed files via
+the XZ Utils C library.
-This code is a backport of the Python 3.3 standard library module lzma for
-use on older versions of Python where it was not included.
+This code is a backport of the Python 3.3 standard library module lzma
+for use on older versions of Python where it was not included.
-There are some older Python libraries like PylibLZMA and PyLZMA but these
-use LZMA Utils (not XZ Utils, so they have no XZ support).
+There are some older Python libraries like PylibLZMA and PyLZMA but
+these use LZMA Utils (not XZ Utils, so they have no XZ support).