We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 47a7a57 commit 901db37Copy full SHA for 901db37
tests/test_cli.py
@@ -71,7 +71,7 @@ def _feed_cli_with_input(
71
Create a Prompt, feed it with the given user input and return the CLI
72
object.
73
74
- This returns a (Document, Application, Output) tuple.
+ This returns a (result, Application) tuple.
75
"""
76
# If the given text doesn't end with a newline, the interface won't finish.
77
if check_line_ending:
0 commit comments