summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxime “pep” Buquet <pep@bouah.net>2019-03-05 00:00:14 +0000
committerMaxime “pep” Buquet <pep@bouah.net>2019-03-05 00:00:14 +0000
commit6a06881d8bff2501bd86e1515f5af096e7cf2c37 (patch)
tree3f60a78c422f57d9112c57f9a1bf56225fc4c454
parent2b666eb1de14e3ce74f17efd6b85723273e30333 (diff)
downloadslixmpp-6a06881d8bff2501bd86e1515f5af096e7cf2c37.tar.gz
slixmpp-6a06881d8bff2501bd86e1515f5af096e7cf2c37.tar.bz2
slixmpp-6a06881d8bff2501bd86e1515f5af096e7cf2c37.tar.xz
slixmpp-6a06881d8bff2501bd86e1515f5af096e7cf2c37.zip
xep_0030: fix typo on 'remote' in get_info docstring
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
-rw-r--r--slixmpp/plugins/xep_0030/disco.py2
1 files changed, 1 insertions, 1 deletions
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