From 79ac60b6e86cb0da30733237bb75424e60c46b79 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 5 Dec 2011 08:57:57 -0800 Subject: [PATCH] Fix example boilerplate code syntax. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 5e806ad..d175822 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)