summaryrefslogtreecommitdiffstats
path: root/python/cfgparse
diff options
context:
space:
mode:
author B. Watson <yalhcru@gmail.com>2022-03-14 04:10:08 -0400
committer B. Watson <yalhcru@gmail.com>2022-03-17 12:37:53 -0400
commitd83779424bda632b2576d690d327a74a19a9713e (patch)
treecfd042725d6c3fc4e0a5bd132c272ca5ba320743 /python/cfgparse
parent05bb10adef8b1cb205d7f91b043418010a2f78e3 (diff)
downloadslackbuilds-d83779424bda632b2576d690d327a74a19a9713e.tar.gz
slackbuilds-d83779424bda632b2576d690d327a74a19a9713e.tar.xz
python/cfgparse: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/cfgparse')
-rw-r--r--python/cfgparse/README14
1 files changed, 7 insertions, 7 deletions
diff --git a/python/cfgparse/README b/python/cfgparse/README
index ba15ad3bbc..9c5d65323f 100644
--- a/python/cfgparse/README
+++ b/python/cfgparse/README
@@ -1,9 +1,9 @@
-cfgparse is a more convenient, flexible, and powerful module for parsing
-configuration files than the standard library ConfigParser module. cfgparse
-uses a more declarative style modelled after the popular optparse standard
-library module.
+cfgparse is a more convenient, flexible, and powerful module for
+parsing configuration files than the standard library ConfigParser
+module. cfgparse uses a more declarative style modelled after the
+popular optparse standard library module.
cfgparse can optionally cooperate with the optparse module to provide
-coordination between command line and configuration file options. In addition,
-the cooperation can be used to allow the user to control features of the
-parser from the command line.
+coordination between command line and configuration file options. In
+addition, the cooperation can be used to allow the user to control
+features of the parser from the command line.