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 3403456 commit 00e8ce4Copy full SHA for 00e8ce4
docs/pages/asking_for_input.rst
@@ -656,7 +656,7 @@ of the foreground.
656
from prompt_toolkit.formatted_text import HTML
657
658
def bottom_toolbar():
659
- return HTML("This is a <b><style bg="ansired">Toolbar</style></b>!")
+ return HTML('This is a <b><style bg="ansired">Toolbar</style></b>!')
660
661
text = prompt("> ", bottom_toolbar=bottom_toolbar)
662
print(f"You said: {text}")
0 commit comments