summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dbus/connection.py2
-rw-r--r--dbus/proxies.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/dbus/connection.py b/dbus/connection.py
index daabfc2..fd20800 100644
--- a/dbus/connection.py
+++ b/dbus/connection.py
@@ -378,7 +378,7 @@ class Connection(_Connection):
this name.
`arg...` : unicode or UTF-8 str
If there are additional keyword parameters of the form
- ``arg``\ *n*, match only signals where the *n*\ th argument
+ ``arg``\\ *n*, match only signals where the *n*\\ th argument
is the value given for that keyword parameter. As of this
time only string arguments can be matched (in particular,
object paths and signatures can't).
diff --git a/dbus/proxies.py b/dbus/proxies.py
index 8489294..487976c 100644
--- a/dbus/proxies.py
+++ b/dbus/proxies.py
@@ -357,7 +357,7 @@ class ProxyObject(object):
this name.
`arg...` : unicode or UTF-8 str
If there are additional keyword parameters of the form
- ``arg``\ *n*, match only signals where the *n*\ th argument
+ ``arg``\\ *n*, match only signals where the *n*\\ th argument
is the value given for that keyword parameter. As of this time
only string arguments can be matched (in particular,
object paths and signatures can't).