From c9dab259ba9167cc82bb8023d3eb32cbeb65449c Mon Sep 17 00:00:00 2001 From: Mika Suomalainen Date: Fri, 4 May 2012 08:54:33 +0300 Subject: [PATCH] scripts/supybot-plugin-create: Fix issue #181. --- 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 3cc3c7b54..a515946f8 100644 --- a/scripts/supybot-plugin-create +++ b/scripts/supybot-plugin-create @@ -241,7 +241,7 @@ def main(): threaded = yn('Does your plugin need to be threaded?') realName = something(textwrap.dedent(""" - What is your real name, so I can fill in the copyright and license + What is your real name, so I can fill in the copyright and license appropriately? """).strip())