Merge pull request #1496 from Hardtack/patch-1

Update title of docstring in flask.cli
This commit is contained in:
Markus Unterwaditzer 2015-06-13 13:50:50 +02:00
commit cc6bf7c18a

View file

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