Update title of docstring in flask.cli

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

View file

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