From cdb14ec4f58eea3843e130227a8f4966a91082e9 Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Sat, 12 Apr 2014 07:12:07 +0000 Subject: [PATCH] Fix one occurence missing from previous commit. --- scripts/supybot-plugin-create | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/supybot-plugin-create b/scripts/supybot-plugin-create index 384aaa5fc..34ace2b44 100644 --- a/scripts/supybot-plugin-create +++ b/scripts/supybot-plugin-create @@ -130,7 +130,7 @@ except: def configure(advanced): # This will be called by supybot to configure this module. advanced is - # a bool that specifies whether the user identified himself as an advanced + # a bool that specifies whether the user identified themself as an advanced # user or not. You should effect your configuration by manipulating the # registry as appropriate. from supybot.questions import expect, anything, something, yn