diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:19:44 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-13 15:19:44 -0400 |
commit | 1033baf7ec7b31ff12750e603581581322971692 (patch) | |
tree | 12edc2e97e18e6d6e2535d2aa0dffbe2784a5dad /libraries/CondConfigParser | |
parent | 34792d15c11abe4f2d3770973b549810872b7717 (diff) |
libraries/CondConfigParser: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'libraries/CondConfigParser')
-rw-r--r-- | libraries/CondConfigParser/README | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/libraries/CondConfigParser/README b/libraries/CondConfigParser/README index c651ddceec019..da0db016a0223 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. |