Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
miguelgrinberg committed Feb 20, 2013
1 parent cac572c commit 22ba5ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tr_update.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!flask/bin/python
import os
import sys
if sys.platform == 'wiin32':
if sys.platform == 'win32':
pybabel = 'flask\\Scripts\\pybabel'
else:
pybabel = 'flask/bin/pybabel'
Expand Down

0 comments on commit 22ba5ee

Please sign in to comment.