Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
Maybe this is a typo?
  • Loading branch information
Windfarer committed Nov 4, 2015
1 parent 5c73a8b commit 7f678aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flask/exthook.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def is_important_frame(self, important_module, tb):
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)
Expand Down

0 comments on commit 7f678aa

Please sign in to comment.