Update title of docstring in flask.cli

This commit is contained in:
GunWoo Choi 2015-06-12 13:40:53 +09:00
parent bc4c1777e9
commit c65b32ba1d

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
"""
flask.run
flask.cli
~~~~~~~~~
A simple command line application to run flask apps.