We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c1cbda commit 940af53Copy full SHA for 940af53
1 file changed
src/prompt_toolkit/application/application.py
@@ -920,7 +920,7 @@ def run(
920
thread, and that loop will also be closed when the background
921
thread terminates. When this is used, it's especially important to
922
make sure that all asyncio background tasks are managed through
923
- `get_appp().create_background_task()`, so that unfinished tasks are
+ `get_app().create_background_task()`, so that unfinished tasks are
924
properly cancelled before the event loop is closed. This is used
925
for instance in ptpython.
926
:param handle_sigint: Handle SIGINT signal. Call the key binding for
0 commit comments