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())