From 79ac60b6e86cb0da30733237bb75424e60c46b79 Mon Sep 17 00:00:00 2001 From: Lance Stout Date: Mon, 5 Dec 2011 08:57:57 -0800 Subject: Fix example boilerplate code syntax. --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit v1.2.3