python/contextlib2: Make slack-desc ASCII.

Signed-off-by: B. Watson <yalhcru@gmail.com>
This commit is contained in:
B. Watson 2022-03-15 11:33:52 -04:00
parent 816f648f44
commit 96847afc7e
1 changed files with 1 additions and 1 deletions

View File

@ -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 librarys 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: