diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:09:20 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:53 -0400 |
commit | 6432a5839843aa1a66377a6a54ab8f72138cf0d4 (patch) | |
tree | 55e99565d5f1a0f7b2a7f4f6e6d53f466ac3f297 /python/backports.lzma | |
parent | 948b00e9e9f6c329a7190fee9d07c2ba6196c140 (diff) |
python/backports.lzma: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/backports.lzma')
-rw-r--r-- | python/backports.lzma/README | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/python/backports.lzma/README b/python/backports.lzma/README index 570e526b051a..f678feefaa4a 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). |