diff options
Diffstat (limited to 'python')
-rw-r--r-- | python/contextlib2/slack-desc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python/contextlib2/slack-desc b/python/contextlib2/slack-desc index 2a1f672d061a..9e729149c690 100644 --- a/python/contextlib2/slack-desc +++ b/python/contextlib2/slack-desc @@ -12,8 +12,8 @@ contextlib2: This module provides backports of features in the latest version of contextlib2: the standard library’s contextlib module to earlier Python versions. contextlib2: It also serves as a real world proving ground for potential future contextlib2: enhancements to that module. -contextlib2: +contextlib2: contextlib2: Like contextlib, this module provides utilities for common tasks contextlib2: involving the with statement. -contextlib2: +contextlib2: contextlib2: https://contextlib2.readthedocs.io |