summaryrefslogtreecommitdiffstats
path: root/python/contextlib2
diff options
context:
space:
mode:
author B. Watson2022-03-14 09:11:38 +0100
committer B. Watson2022-03-17 17:37:54 +0100
commit320bc4beff4417ebfc0256e9e5a0def5dc8a1bfe (patch)
treeb929081c0e156106846a4bcaafd0e5e33be35aa4 /python/contextlib2
parentb952b6e8e593eadc3ecd422bfde50da560dcb6bf (diff)
downloadslackbuilds-320bc4beff4417ebfc0256e9e5a0def5dc8a1bfe.tar.gz
python/contextlib2: Wrap README at 72 columns.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python/contextlib2')
-rw-r--r--python/contextlib2/README4
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.