Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/full_screen_apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ A :class:`~prompt_toolkit.layout.processors.Processor` operates on individual
lines. Basically, it takes a (formatted) line and produces a new (formatted)
line.

Some build-in processors:
Some built-in processors:

+----------------------------------------------------------------------------+-----------------------------------------------------------+
| Processor | Usage: |
Expand Down
2 changes: 1 addition & 1 deletion docs/pages/progress_bars.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ printing text possible while the progress bar is displayed. This ensures that
printing happens above the progress bar.

Further, when "x" is pressed, we set a cancel flag, which stops the progress.
It would also be possible to send `SIGINT` to the mean thread, but that's not
It would also be possible to send `SIGINT` to the main thread, but that's not
always considered a clean way of cancelling something.

In the example above, we also display a toolbar at the bottom which shows the
Expand Down