Skip to content

Commit 901db37

Browse files
authored
Update tests/test_cli.py
1 parent 47a7a57 commit 901db37

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
@@ -71,7 +71,7 @@ def _feed_cli_with_input(
7171
Create a Prompt, feed it with the given user input and return the CLI
7272
object.
7373
74-
This returns a (Document, Application, Output) tuple.
74+
This returns a (result, Application) tuple.
7575
"""
7676
# If the given text doesn't end with a newline, the interface won't finish.
7777
if check_line_ending:

0 commit comments

Comments
 (0)