Capitalize occurrences of 'flask' (#2067)

This commit is contained in:
Clenimar Filemon 2016-11-01 22:52:32 -03:00 committed by David Lord
parent 11809bf1d2
commit 77af942b98
4 changed files with 5 additions and 5 deletions

View file

@ -40,7 +40,7 @@ from .signals import signals_available, template_rendered, request_started, \
# it.
from . import json
# This was the only thing that flask used to export at one point and it had
# This was the only thing that Flask used to export at one point and it had
# a more generic name.
jsonify = json.jsonify