python/wcwidth: Fix invalid chars in desc.

Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
Matteo Bernardini 2016-05-26 20:31:25 +02:00 committed by Willy Sudiarto Raharjo
parent 976877493c
commit 96975a8050
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
This API is mainly for Terminal Emulator implementors any
This API is mainly for Terminal Emulator implementors - any
python program that attempts to determine the printable width of
a string on a Terminal. It is implemented in python (no C library
calls) and has no 3rd-party dependencies.

View file

@ -8,7 +8,7 @@
|-----handy-ruler------------------------------------------------------|
wcwidth: wcwidth (Measures number of Terminal)
wcwidth:
wcwidth: This API is mainly for Terminal Emulator implementors any python
wcwidth: This API is mainly for Terminal Emulator implementors - any python
wcwidth: program that attempts to determine the printable width of a string
wcwidth: on a Terminal. It is implemented in python (no C library calls) and
wcwidth: has no 3rd-party dependencies.