summaryrefslogtreecommitdiffstats
path: root/libraries/ConfigParser
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-13 15:19:53 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-13 15:19:53 -0400
commitb96b1f761de4c1848eb157e80bbe0254e3fd0d10 (patch)
treef3342056cba489ff5324fd1f935ebaf040ed6d61 /libraries/ConfigParser
parent1033baf7ec7b31ff12750e603581581322971692 (diff)
downloadslackbuilds-b96b1f761de4c1848eb157e80bbe0254e3fd0d10.tar.gz
slackbuilds-b96b1f761de4c1848eb157e80bbe0254e3fd0d10.tar.xz
libraries/ConfigParser: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/ConfigParser')
-rw-r--r--libraries/ConfigParser/README9
1 files changed, 5 insertions, 4 deletions
diff --git a/libraries/ConfigParser/README b/libraries/ConfigParser/README
index 78c255f079..e2f46de937 100644
--- a/libraries/ConfigParser/README
+++ b/libraries/ConfigParser/README
@@ -1,5 +1,6 @@
-This library brings the updated configparser from Python 3.2+ to Python 2.6-2.7.
+This library brings the updated configparser from Python 3.2+ to
+Python 2.6-2.7.
-The ancient ConfigParser module available in the standard library 2.x has
-seen a major update in Python 3.2. This is a backport of those changes so that
-they can be used directly in Python 2.6 - 2.7.
+The ancient ConfigParser module available in the standard library 2.x
+has seen a major update in Python 3.2. This is a backport of those
+changes so that they can be used directly in Python 2.6 - 2.7.