summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorLance Stout <lancestout@gmail.com>2011-12-05 08:57:57 -0800
committerLance Stout <lancestout@gmail.com>2011-12-05 08:57:57 -0800
commit79ac60b6e86cb0da30733237bb75424e60c46b79 (patch)
tree2e8bc244f1605f310ef80e39007bb583b6f1b021 /README.rst
parente01c2d222ae53ab69f06dd7052d79ef6fa9150de (diff)
downloadslixmpp-79ac60b6e86cb0da30733237bb75424e60c46b79.tar.gz
slixmpp-79ac60b6e86cb0da30733237bb75424e60c46b79.tar.bz2
slixmpp-79ac60b6e86cb0da30733237bb75424e60c46b79.tar.xz
slixmpp-79ac60b6e86cb0da30733237bb75424e60c46b79.zip
Fix example boilerplate code syntax.
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 5e806ad5..d175822c 100644
--- a/README.rst
+++ b/README.rst
@@ -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)