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/'