Merge pull request #288 from tpltnt/develop

doc typo fixed
This commit is contained in:
Lance Stout 2014-04-20 17:56:56 -07:00
commit 9acc78c81d

View File

@ -136,7 +136,7 @@ class ClientXMPP(BaseXMPP):
be attempted. If that fails, the server user in the JID be attempted. If that fails, the server user in the JID
will be used. will be used.
:param address -- A tuple containing the server's host and port. :param address: A tuple containing the server's host and port.
:param reattempt: If ``True``, repeat attempting to connect if an :param reattempt: If ``True``, repeat attempting to connect if an
error occurs. Defaults to ``True``. error occurs. Defaults to ``True``.
:param use_tls: Indicates if TLS should be used for the :param use_tls: Indicates if TLS should be used for the