diff --git a/docs/USING_WRAP b/docs/USING_WRAP index 55d057d03..c4faa304e 100644 --- a/docs/USING_WRAP +++ b/docs/USING_WRAP @@ -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