diff options
author | B. Watson | 2022-03-14 09:11:38 +0100 |
---|---|---|
committer | B. Watson | 2022-03-17 17:37:54 +0100 |
commit | 320bc4beff4417ebfc0256e9e5a0def5dc8a1bfe (patch) | |
tree | b929081c0e156106846a4bcaafd0e5e33be35aa4 | |
parent | b952b6e8e593eadc3ecd422bfde50da560dcb6bf (diff) | |
download | slackbuilds-320bc4beff4417ebfc0256e9e5a0def5dc8a1bfe.tar.gz |
python/contextlib2: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r-- | python/contextlib2/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/contextlib2/README b/python/contextlib2/README index 290f12e994..255d56e4a0 100644 --- a/python/contextlib2/README +++ b/python/contextlib2/README @@ -1,5 +1,5 @@ -contextlib2 is a backport of the standard library’s contextlib module to -earlier Python versions. +contextlib2 is a backport of the standard library’s contextlib +module to earlier Python versions. It also serves as a real world proving ground for possible future enhancements to the standard library version. |