scripts/supybot-plugin-create: Fix issue #181.

This commit is contained in:
Mika Suomalainen 2012-05-04 08:54:33 +03:00
parent 96b0ae0e1e
commit c9dab259ba
1 changed files with 1 additions and 1 deletions

View File

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