fixed string formatting in final output

This commit is contained in:
Brett Kelly 2003-09-27 01:51:55 +00:00
parent b71787b702
commit 9f8db6e909
1 changed files with 1 additions and 1 deletions

View File

@ -581,4 +581,4 @@ if __name__ == '__main__':
myPrint("""All done! Your new bot script is %s. If you're running a *nix,
you can start your bot script with the command line "./%s". If you're not
running a *nix or similar machine, you'll just have to start it like you
start all your other Python scripts.""")
start all your other Python scripts.""" % (filename, filename))