Fix typo in file header (jsonimpl => json)

This commit is contained in:
Nick Ficano 2017-02-15 11:55:56 -05:00 committed by Adrian
parent bb0e755c80
commit eaba4a73aa

View file

@ -1,7 +1,7 @@
# -*- coding: utf-8 -*-
"""
flask.jsonimpl
~~~~~~~~~~~~~~
flask.json
~~~~~~~~~~
Implementation helpers for the JSON support in Flask.