diff options
-rw-r--r-- | slixmpp/plugins/xep_0030/disco.py | 2 |
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 |