diff options
author | tpltnt <tpltnt.github@dropcut.net> | 2014-04-19 19:12:09 +0200 |
---|---|---|
committer | tpltnt <tpltnt.github@dropcut.net> | 2014-04-19 19:12:09 +0200 |
commit | 364246963077456dc0bd5a739f52e3fb842fc049 (patch) | |
tree | b24d27e4dcd00d9ca82c8474df7082174ecb85e3 | |
parent | 7548f4404736a03e0a073d03e6eabe59818c3e79 (diff) | |
download | slixmpp-364246963077456dc0bd5a739f52e3fb842fc049.tar.gz slixmpp-364246963077456dc0bd5a739f52e3fb842fc049.tar.bz2 slixmpp-364246963077456dc0bd5a739f52e3fb842fc049.tar.xz slixmpp-364246963077456dc0bd5a739f52e3fb842fc049.zip |
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 |