summaryrefslogtreecommitdiffstats
path: root/libraries/CondConfigParser/README
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/CondConfigParser/README')
-rw-r--r--libraries/CondConfigParser/README11
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/CondConfigParser/README b/libraries/CondConfigParser/README
index c651ddceec..da0db016a0 100644
--- a/libraries/CondConfigParser/README
+++ b/libraries/CondConfigParser/README
@@ -1,5 +1,6 @@
-CondConfigParser is a Python library designed to help developers of Python
-applications to parse configuration files. Compared to well-known modules such
-as ConfigParser and json, CondConfigParser allows the user to define conditions
-using boolean operators and specific sections in the configuration file, which
-are only applied when the corresponding condition is fulfilled.
+CondConfigParser is a Python library designed to help developers
+of Python applications to parse configuration files. Compared to
+well-known modules such as ConfigParser and json, CondConfigParser
+allows the user to define conditions using boolean operators and
+specific sections in the configuration file, which are only applied
+when the corresponding condition is fulfilled.