diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2016-05-26 20:31:25 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-05-27 07:23:29 +0700 |
commit | 96975a8050eaeab5df7a532c4edf314b974041b4 (patch) | |
tree | 416f0bae7d2c3d23c1e9b156589aaa0ca03cc2cb /python/wcwidth | |
parent | 976877493c30d745aff32f51b7b9f64136054169 (diff) |
python/wcwidth: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/wcwidth')
-rw-r--r-- | python/wcwidth/README | 2 | ||||
-rw-r--r-- | python/wcwidth/slack-desc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/wcwidth/README b/python/wcwidth/README index 1e9c85f287096..3d43838d0aed5 100644 --- a/python/wcwidth/README +++ b/python/wcwidth/README @@ -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. diff --git a/python/wcwidth/slack-desc b/python/wcwidth/slack-desc index 6f245bdd426cb..c22797187c436 100644 --- a/python/wcwidth/slack-desc +++ b/python/wcwidth/slack-desc @@ -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. |