summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2022-03-14 16:10:14 +0100
committer B. Watson2022-03-17 17:37:56 +0100
commita4895f2f8a34147b054ab21d7f3f0f482fe7c050 (patch)
tree8bac3659f4700790ea5cd973ece9f66dffba5d93
parent2988c0c45151db530c81b3787fbeb8982a904d84 (diff)
downloadslackbuilds-a4895f2f8a34147b054ab21d7f3f0f482fe7c050.tar.gz
python/pynzb: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--python/pynzb/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/python/pynzb/README b/python/pynzb/README
index 48dd4f2de9..914ca3b8f9 100644
--- a/python/pynzb/README
+++ b/python/pynzb/README
@@ -3,8 +3,9 @@ servers. Since NZB is XML-based, it's relatively easy to build one-off
parsers to parse NZB files. This project is an attempt to consolidate
those many one-off NZB parsers into one simple interface.
-This package includes three implementations: one based on expat, another
-based on ElementTree, and a final implementation based on lxml. The order
-in which they were listed is in order of compatibility. The expat version
-should work on all versions of Python > 2.0, the lxml one will work on
-all versions > 2.5, and lxml will only work if you have lxml installed.
+This package includes three implementations: one based on expat,
+another based on ElementTree, and a final implementation based
+on lxml. The order in which they were listed is in order of
+compatibility. The expat version should work on all versions of Python
+> 2.0, the lxml one will work on all versions > 2.5, and lxml will
+only work if you have lxml installed.