Skip to content

Commit 940af53

Browse files
authored
Fix typo in docstring (#2052)
1 parent 2c1cbda commit 940af53

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/prompt_toolkit/application/application.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -920,7 +920,7 @@ def run(
920920
thread, and that loop will also be closed when the background
921921
thread terminates. When this is used, it's especially important to
922922
make sure that all asyncio background tasks are managed through
923-
`get_appp().create_background_task()`, so that unfinished tasks are
923+
`get_app().create_background_task()`, so that unfinished tasks are
924924
properly cancelled before the event loop is closed. This is used
925925
for instance in ptpython.
926926
:param handle_sigint: Handle SIGINT signal. Call the key binding for

0 commit comments

Comments
 (0)