fix docstring (#1818)

change string to docstring
This commit is contained in:
dataforger 2016-05-24 15:06:34 -04:00 committed by Markus Unterwaditzer
parent e9e7e5e0c5
commit 7108a51bbc

View file

@ -23,7 +23,7 @@ from flask.cli import AppGroup, FlaskGroup, NoAppException, ScriptInfo, \
def test_cli_name(test_apps):
"Make sure the CLI object's name is the app's name and not the app itself"
"""Make sure the CLI object's name is the app's name and not the app itself"""
from cliapp.app import testapp
assert testapp.cli.name == testapp.name