diff options
author | Lance Stout <lancestout@gmail.com> | 2014-04-20 17:56:56 -0700 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2014-04-20 17:56:56 -0700 |
commit | 9acc78c81d9d27e1134618266f4cd74ab07994e9 (patch) | |
tree | b24d27e4dcd00d9ca82c8474df7082174ecb85e3 | |
parent | 7548f4404736a03e0a073d03e6eabe59818c3e79 (diff) | |
parent | 364246963077456dc0bd5a739f52e3fb842fc049 (diff) | |
download | slixmpp-9acc78c81d9d27e1134618266f4cd74ab07994e9.tar.gz slixmpp-9acc78c81d9d27e1134618266f4cd74ab07994e9.tar.bz2 slixmpp-9acc78c81d9d27e1134618266f4cd74ab07994e9.tar.xz slixmpp-9acc78c81d9d27e1134618266f4cd74ab07994e9.zip |
Merge pull request #288 from tpltnt/develop
doc typo fixed
-rw-r--r-- | sleekxmpp/clientxmpp.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/clientxmpp.py b/sleekxmpp/clientxmpp.py index 6bcb36ba..f837c0f2 100644 --- a/sleekxmpp/clientxmpp.py +++ b/sleekxmpp/clientxmpp.py @@ -136,7 +136,7 @@ class ClientXMPP(BaseXMPP): be attempted. If that fails, the server user in the JID 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 error occurs. Defaults to ``True``. :param use_tls: Indicates if TLS should be used for the |