summaryrefslogtreecommitdiffstats
path: root/libraries/pyte
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-05-26 18:16:32 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-27 07:23:29 +0700
commit33c727104adef68ec0bd09b62907c70cd3dcf92d (patch)
tree853a9017fbae6a158efa95a55d939d562deeebd4 /libraries/pyte
parent11571e1f5177518fc2a5dd1eaf488f3f31cb79fc (diff)
downloadslackbuilds-33c727104adef68ec0bd09b62907c70cd3dcf92d.tar.gz
slackbuilds-33c727104adef68ec0bd09b62907c70cd3dcf92d.tar.xz
libraries/pyte: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/pyte')
-rw-r--r--libraries/pyte/README2
-rw-r--r--libraries/pyte/slack-desc2
2 files changed, 2 insertions, 2 deletions
diff --git a/libraries/pyte/README b/libraries/pyte/README
index caba4d9c08..3e982a53c6 100644
--- a/libraries/pyte/README
+++ b/libraries/pyte/README
@@ -1,4 +1,4 @@
-It’s an in memory VTXXX-compatible terminal emulator.
+It's an in memory VTXXX-compatible terminal emulator.
XXX stands for a series of video terminals, developed
by DEC between 1970 and 1995. The first, and probably
the most famous one, was VT100 terminal, which is now
diff --git a/libraries/pyte/slack-desc b/libraries/pyte/slack-desc
index ee25a5a715..e05afe6868 100644
--- a/libraries/pyte/slack-desc
+++ b/libraries/pyte/slack-desc
@@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------|
pyte: pyte (VTXXX-compatible terminal emulator)
pyte:
-pyte: It’s an in memory VTXXX-compatible terminal emulator. XXX stands for
+pyte: It's an in memory VTXXX-compatible terminal emulator. XXX stands for
pyte: a series of video terminals, developed by DEC between 1970 and 1995.
pyte: The first, and probably the most famous one, was VT100 terminal,
pyte: which is now a de-facto standard for all virtual terminal emulators.