Skip to content

Commit 92f63a1

Browse files
pywarrioruntitaker
authored andcommitted
fix docstring (pallets#1818)
change string to docstring
1 parent c5900a1 commit 92f63a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323

2424

2525
def test_cli_name(test_apps):
26-
"Make sure the CLI object's name is the app's name and not the app itself"
26+
"""Make sure the CLI object's name is the app's name and not the app itself"""
2727
from cliapp.app import testapp
2828
assert testapp.cli.name == testapp.name
2929

0 commit comments

Comments
 (0)