diff options
author | B. Watson <yalhcru@gmail.com> | 2022-03-15 11:33:52 -0400 |
---|---|---|
committer | B. Watson <yalhcru@gmail.com> | 2022-03-17 12:38:16 -0400 |
commit | 96847afc7edb7fb8b1893996e05367bc4705ff55 (patch) | |
tree | ac41acfbafcbdd51812176ec1f24fb968ff3dc28 /python | |
parent | 816f648f4450b05534f910400b20ecfc23d4cc63 (diff) | |
download | slackbuilds-96847afc7edb7fb8b1893996e05367bc4705ff55.tar.gz |
python/contextlib2: Make slack-desc ASCII.
Signed-off-by: B. Watson <yalhcru@gmail.com>
Diffstat (limited to 'python')
-rw-r--r-- | python/contextlib2/slack-desc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/contextlib2/slack-desc b/python/contextlib2/slack-desc index 9e729149c6..5a019c7a39 100644 --- a/python/contextlib2/slack-desc +++ b/python/contextlib2/slack-desc @@ -9,7 +9,7 @@ contextlib2: contextlib2 (Updated utilities for context management) contextlib2: contextlib2: This module provides backports of features in the latest version of -contextlib2: the standard library’s contextlib module to earlier Python versions. +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: |