Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #1 from jet-sun/patch-1
Browse files Browse the repository at this point in the history
minor typo fix
  • Loading branch information
bricef committed Feb 5, 2013
2 parents c790520 + 8ac8b10 commit 20a10e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Expand Up @@ -117,7 +117,7 @@ def error404(error):
# Main. To run in developer mode simply pass --run
#
if __name__ == "__main__":
parser = argparse.ArgumentParser(description='Run appliation')
parser = argparse.ArgumentParser(description='Run application')
parser.add_argument(
"--run",
action='store_true',
Expand Down

0 comments on commit 20a10e9

Please sign in to comment.