libraries/ConfigParser: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-13 15:19:53 -04:00
parent 1033baf7ec
commit b96b1f761d
1 changed files with 5 additions and 4 deletions

View File

@ -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.