summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/wcwidth/README2
-rw-r--r--python/wcwidth/slack-desc2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/wcwidth/README b/python/wcwidth/README
index 1e9c85f287..3d43838d0a 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 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.