diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-11 23:42:11 -0400 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-17 09:37:17 +0700 |
commit | 11dc83c43df7ccc947f34a79aa40523277ad6e3f (patch) | |
tree | b403b5b7e5feb6ce2c81bba7a4dddac0be38ffe7 /python | |
parent | ce79ddcfdc7e26dbae3b54f6d5ef2fa99d57bbe0 (diff) |
python/contextlib2: Fix slack-desc.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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 |