diff options
author | Simon McVittie <smcv@collabora.com> | 2018-05-02 11:08:09 +0100 |
---|---|---|
committer | Simon McVittie <smcv@collabora.com> | 2018-05-02 11:08:16 +0100 |
commit | 6c630a819f6504d48a3a205ab323b2d0458913e5 (patch) | |
tree | ea27051ef5ac3d8211892eed81b301f9d1fec34a /dbus/service.py | |
parent | 2d7f71cc7002b5d968f83adffe09e2fc8fd63eb5 (diff) | |
download | dbus-python-6c630a819f6504d48a3a205ab323b2d0458913e5.tar.gz |
Convert documentation from epydoc to Sphinx
Signed-off-by: Simon McVittie <smcv@collabora.com>
Diffstat (limited to 'dbus/service.py')
-rw-r--r-- | dbus/service.py | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/dbus/service.py b/dbus/service.py index 2953229..6093ac5 100644 --- a/dbus/service.py +++ b/dbus/service.py @@ -75,11 +75,11 @@ class BusName(object): If a well-known name is requested multiple times, multiple references to the same BusName object will be returned. - Caveats - ------- - - Assumes that named services are only ever requested using this class - - if you request names from the bus directly, confusion may occur. - - Does not handle queueing. + :Caveats: + + - Assumes that named services are only ever requested using this class - + if you request names from the bus directly, confusion may occur. + - Does not handle queueing. """ def __new__(cls, name, bus=None, allow_replacement=False , replace_existing=False, do_not_queue=False): """Constructor, which may either return an existing cached object |