libraries/pyte: Fix invalid chars in desc.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-05-26 18:16:32 +02:00 committed by Willy Sudiarto Raharjo
parent 11571e1f51
commit 33c727104a
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Its 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

View file

@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------|
pyte: pyte (VTXXX-compatible terminal emulator)
pyte:
pyte: Its 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.