summaryrefslogtreecommitdiffstats
path: root/python/wcwidth/slack-desc
diff options
context:
space:
mode:
author Matteo Bernardini2016-05-26 20:31:25 +0200
committer Willy Sudiarto Raharjo2016-05-27 02:23:29 +0200
commit96975a8050eaeab5df7a532c4edf314b974041b4 (patch)
tree416f0bae7d2c3d23c1e9b156589aaa0ca03cc2cb /python/wcwidth/slack-desc
parent976877493c30d745aff32f51b7b9f64136054169 (diff)
downloadslackbuilds-96975a8050eaeab5df7a532c4edf314b974041b4.tar.gz
python/wcwidth: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python/wcwidth/slack-desc')
-rw-r--r--python/wcwidth/slack-desc2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/wcwidth/slack-desc b/python/wcwidth/slack-desc
index 6f245bdd42..c22797187c 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.