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 67c3c5b commit e4d346eCopy full SHA for e4d346e
README.rst
@@ -87,7 +87,7 @@ Usage Example
87
session = prompt_toolkit.PromptSession(input=serial, output=serial)
88
89
while True:
90
- response = prompt_toolkit.prompt("$ ")
+ response = session.prompt("$ ")
91
print("->", response, file=serial)
92
93
Documentation
0 commit comments