xep_0030: fix typo on 'remote' in get_info docstring

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2019-03-05 00:00:14 +00:00
parent 2b666eb1de
commit 6a06881d8b
No known key found for this signature in database
GPG Key ID: DEDA74AEECA9D0F2

View File

@ -348,7 +348,7 @@ class XEP_0030(BasePlugin):
combination handled by this Slixmpp instance and combination handled by this Slixmpp instance and
no stanzas need to be sent. no stanzas need to be sent.
Otherwise, a disco stanza must be sent to the 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 cached -- If true, then look for the disco info data from
the local cache system. If no results are found, the local cache system. If no results are found,
send the query as usual. The self.use_cache send the query as usual. The self.use_cache