Skip to content

Commit

Permalink
Merge pull request #4 from RasmusB/main
Browse files Browse the repository at this point in the history
Fix Usage Example
  • Loading branch information
tannewt authored Aug 14, 2024
2 parents 67c3c5b + e4d346e commit 33f89cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Usage Example
session = prompt_toolkit.PromptSession(input=serial, output=serial)
while True:
response = prompt_toolkit.prompt("$ ")
response = session.prompt("$ ")
print("->", response, file=serial)
Documentation
Expand Down

0 comments on commit 33f89cf

Please sign in to comment.