USING_WRAP: Add a missing paren

This commit is contained in:
James Vega 2009-01-19 22:24:59 +00:00
parent ce469b0851
commit ec018ef9f9

View File

@ -31,7 +31,7 @@ the following import line:
from supybot.commands import *
This will allow you to access the wrap command (and it allows you to do it
without the commands prefix. Note that this line is added to the imports of
without the commands prefix). Note that this line is added to the imports of
plugin templates generated by the supybot-plugin-create script.
Let's write a quickie command that uses wrap to get a feel for how it makes our