diff options
author | Lance Stout <lancestout@gmail.com> | 2011-12-05 08:57:57 -0800 |
---|---|---|
committer | Lance Stout <lancestout@gmail.com> | 2011-12-05 08:57:57 -0800 |
commit | 79ac60b6e86cb0da30733237bb75424e60c46b79 (patch) | |
tree | 2e8bc244f1605f310ef80e39007bb583b6f1b021 | |
parent | e01c2d222ae53ab69f06dd7052d79ef6fa9150de (diff) | |
download | slixmpp-79ac60b6e86cb0da30733237bb75424e60c46b79.tar.gz slixmpp-79ac60b6e86cb0da30733237bb75424e60c46b79.tar.bz2 slixmpp-79ac60b6e86cb0da30733237bb75424e60c46b79.tar.xz slixmpp-79ac60b6e86cb0da30733237bb75424e60c46b79.zip |
Fix example boilerplate code syntax.
-rw-r--r-- | README.rst | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ SleekXMPP projects:: format='%(levelname)-8s %(message)s') xmpp = EchoBot('somejid@example.com', 'use_getpass') - xmpp.connect(): + xmpp.connect() xmpp.process(block=True) |