diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-14 04:11:38 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:37:54 -0400 |
commit | 320bc4beff4417ebfc0256e9e5a0def5dc8a1bfe (patch) | |
tree | b929081c0e156106846a4bcaafd0e5e33be35aa4 /python/contextlib2 | |
parent | b952b6e8e593eadc3ecd422bfde50da560dcb6bf (diff) |
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/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/contextlib2/README b/python/contextlib2/README index 290f12e99469..255d56e4a035 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. |