diff sat/memory/disco.py @ 3014:b6abf8af87db

plugin ad-hoc D-Bus: fixed warning when no media player is found
author Goffi <goffi@goffi.org>
date Fri, 19 Jul 2019 17:07:56 +0200
parents 2224fbbd45dd
children ab2696e34d29
line wrap: on
line diff
--- a/sat/memory/disco.py	Thu Jul 18 21:58:34 2019 +0200
+++ b/sat/memory/disco.py	Fri Jul 19 17:07:56 2019 +0200
@@ -313,7 +313,8 @@
         """Return entities (including jid_ and its items) offering features
 
         @param features: iterable of features which must be present
-        @param identity(None, tuple(unicode, unicode)): if not None, accept only this (category/type) identity
+        @param identity(None, tuple(unicode, unicode)): if not None, accept only this
+            (category/type) identity
         @param jid_: the jid of the target server (None for profile's server)
         @param profile: %(doc_profile)s
         @return: a set of found entities