Skip to content

Commit 93e2a5e

Browse files
MrMinojonathanslenders
authored andcommitted
Remove on_abort and on_exit from Application docstring
1 parent 319575d commit 93e2a5e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

prompt_toolkit/application/application.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,6 @@ class Application(Generic[_AppResult]):
120120
:class:`~prompt_toolkit.key_binding.KeyBindingsBase` instance for
121121
the key bindings.
122122
:param clipboard: :class:`~prompt_toolkit.clipboard.Clipboard` to use.
123-
:param on_abort: What to do when Control-C is pressed.
124-
:param on_exit: What to do when Control-D is pressed.
125123
:param full_screen: When True, run the application on the alternate screen buffer.
126124
:param color_depth: Any :class:`~.ColorDepth` value, a callable that
127125
returns a :class:`~.ColorDepth` or `None` for default.

0 commit comments

Comments
 (0)