python/contextlib2: Wrap README at 72 columns.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-14 04:11:38 -04:00
parent b952b6e8e5
commit 320bc4beff
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
contextlib2 is a backport of the standard librarys contextlib module to
earlier Python versions.
contextlib2 is a backport of the standard librarys contextlib
module to earlier Python versions.
It also serves as a real world proving ground for possible future
enhancements to the standard library version.