summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author B. Watson2020-01-15 18:52:04 +0100
committer Willy Sudiarto Raharjo2020-01-18 06:25:19 +0100
commit5a9e8b2f512367ea6c014945c731bbf07915e4fc (patch)
treec359e3f6dd52f825c704dceddf92580666002804
parent28eeaca3e55146dd3a14c43965a92bf6ce3317ac (diff)
downloadslackbuilds-5a9e8b2f512367ea6c014945c731bbf07915e4fc.tar.gz
python/ptyprocess: Convert slack-desc to ASCII.
Signed-off-by: B. Watson <yalhcru@gmail.com>
-rw-r--r--python/ptyprocess/slack-desc4
1 files changed, 2 insertions, 2 deletions
diff --git a/python/ptyprocess/slack-desc b/python/ptyprocess/slack-desc
index 41fffb9db6..8e80cec777 100644
--- a/python/ptyprocess/slack-desc
+++ b/python/ptyprocess/slack-desc
@@ -11,8 +11,8 @@ ptyprocess:
ptyprocess: Launch a subprocess in a pseudo terminal (pty), and interact with
ptyprocess: both the process and its pty.
ptyprocess: Sometimes, piping stdin and stdout is not enough. There might be
-ptyprocess: a password prompt that doesn’t read from stdin, output that changes
-ptyprocess: when it’s going to a pipe rather than a terminal, or curses-style
+ptyprocess: a password prompt that doesn't read from stdin, output that changes
+ptyprocess: when it's going to a pipe rather than a terminal, or curses-style
ptyprocess: interfaces that rely on a terminal.
ptyprocess:
ptyprocess: Project URL: https://pypi.python.org/pypi/ptyprocess