diff options
Diffstat (limited to 'python')
-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 290f12e99469b..255d56e4a035b 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. |