From 7f678aaf5a066ff71289743a64e5cd685b660428 Mon Sep 17 00:00:00 2001 From: Eric Yang Date: Wed, 4 Nov 2015 22:08:31 +0800 Subject: [PATCH] Fix a typo Maybe this is a typo? --- flask/exthook.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flask/exthook.py b/flask/exthook.py index 9b822811..05ac4e35 100644 --- a/flask/exthook.py +++ b/flask/exthook.py @@ -111,7 +111,7 @@ class ExtensionImporter(object): if module_name == important_module: return True - # Some python versions will will clean up modules so early that the + # Some python versions will clean up modules so early that the # module name at that point is no longer set. Try guessing from # the filename then. filename = os.path.abspath(tb.tb_frame.f_code.co_filename)