From f96de7415379b6c3431c3e67b507ed803719dbf2 Mon Sep 17 00:00:00 2001 From: Richard Darst Date: Wed, 25 Nov 2009 06:54:14 +0000 Subject: Fix case error in "class Config" example - This is a very bad error, considering people will try to directly copy and paste this, and "class" must be lowercase in python (of course). darcs-hash:20091125065414-82ea9-ffb3a36cc91173c79199c721ef59dfc1863ad995.gz --- (limited to 'doc/Manual.txt') diff --git a/doc/Manual.txt b/doc/Manual.txt index de6f1e2..3b3665a 100644 --- a/doc/Manual.txt +++ b/doc/Manual.txt @@ -355,7 +355,7 @@ Here is a minimal usage example. You need at *least* this much to make it run. Put this in ``meetingLocalConfig.py`` before you first start supybot:: - Class Config(object): + class Config(object): # These two are **required**: logFileDir = '/home/richard/meetbot/' logUrlPrefix = 'http://rkd.zgib.net/meetbot/' -- cgit v0.9.1