summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2016-05-26 20:21:15 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2016-05-27 07:23:29 +0700
commiteb6385bd35fe53e39dfbbf0812629ca3008b533b (patch)
treeed00ad5a1f33e15379829086852c7215df78adcf /python
parent66f44112e99db34fa0be082a7514b5647ec5d6d0 (diff)
downloadslackbuilds-eb6385bd35fe53e39dfbbf0812629ca3008b533b.tar.gz
slackbuilds-eb6385bd35fe53e39dfbbf0812629ca3008b533b.tar.xz
python/python-notify2: Fix invalid chars in desc.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/python-notify2/README2
-rw-r--r--python/python-notify2/slack-desc2
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python-notify2/README b/python/python-notify2/README
index 45685e945b..a1c3e66911 100644
--- a/python/python-notify2/README
+++ b/python/python-notify2/README
@@ -1,4 +1,4 @@
This is a pure-python replacement for notify-python, using
python-dbus to communicate with the notifications server directly.
-It’s compatible with Python 2 and 3, and its callbacks can work
+It's compatible with Python 2 and 3, and its callbacks can work
with Gtk 3 or Qt 4 applications.
diff --git a/python/python-notify2/slack-desc b/python/python-notify2/slack-desc
index d5cd6a9fc5..f7123aedd8 100644
--- a/python/python-notify2/slack-desc
+++ b/python/python-notify2/slack-desc
@@ -10,7 +10,7 @@ python-notify2: python-notify2 (Python interface to DBus notifications)
python-notify2:
python-notify2: This is a pure-python replacement for notify-python, using
python-notify2: python-dbus to communicate with the notifications server directly.
-python-notify2: It’s compatible with Python 2 and 3, and its callbacks can work with
+python-notify2: It's compatible with Python 2 and 3, and its callbacks can work with
python-notify2: Gtk 3 or Qt 4 applications.
python-notify2:
python-notify2: Homepage: https://bitbucket.org/takluyver/pynotify2