From 6a06881d8bff2501bd86e1515f5af096e7cf2c37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maxime=20=E2=80=9Cpep=E2=80=9D=20Buquet?= Date: Tue, 5 Mar 2019 00:00:14 +0000 Subject: xep_0030: fix typo on 'remote' in get_info docstring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Maxime “pep” Buquet --- slixmpp/plugins/xep_0030/disco.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/slixmpp/plugins/xep_0030/disco.py b/slixmpp/plugins/xep_0030/disco.py index 59b1e0cc..a8d0b75e 100644 --- a/slixmpp/plugins/xep_0030/disco.py +++ b/slixmpp/plugins/xep_0030/disco.py @@ -348,7 +348,7 @@ class XEP_0030(BasePlugin): combination handled by this Slixmpp instance and no stanzas need to be sent. Otherwise, a disco stanza must be sent to the - remove JID to retrieve the info. + remote JID to retrieve the info. cached -- If true, then look for the disco info data from the local cache system. If no results are found, send the query as usual. The self.use_cache -- cgit v1.2.3