From 22ba5eed1726e9b1d4d18e5f3dab52433970eab9 Mon Sep 17 00:00:00 2001 From: Miguel Grinberg Date: Tue, 19 Feb 2013 23:00:29 -0800 Subject: [PATCH] fixed typo --- tr_update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tr_update.py b/tr_update.py index ea9212e..b041685 100755 --- a/tr_update.py +++ b/tr_update.py @@ -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'