Skip to content

Commit 7977c10

Browse files
committed
Improve comment in example
1 parent eedb3a4 commit 7977c10

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

examples/getting_started.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,11 @@ def __init__(self) -> None:
9494
)
9595

9696
def _refresh_bottom_toolbar(self) -> None:
97-
"""Background thread target to refresh the bottom toolbar."""
97+
"""Background thread target to refresh the bottom toolbar.
98+
99+
This is a toy example to show how the bottom toolbar can be used to display
100+
realtime status updates in an otherwise line-oriented command interpreter.
101+
"""
98102
import contextlib
99103

100104
from prompt_toolkit.application.current import get_app

0 commit comments

Comments
 (0)