Skip to content

Commit 00e8ce4

Browse files
Fixed syntax error in docs.
1 parent 3403456 commit 00e8ce4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/pages/asking_for_input.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ of the foreground.
656656
from prompt_toolkit.formatted_text import HTML
657657
658658
def bottom_toolbar():
659-
return HTML("This is a <b><style bg="ansired">Toolbar</style></b>!")
659+
return HTML('This is a <b><style bg="ansired">Toolbar</style></b>!')
660660
661661
text = prompt("> ", bottom_toolbar=bottom_toolbar)
662662
print(f"You said: {text}")

0 commit comments

Comments
 (0)