Skip to content

Commit

Permalink
fix(Docs): address some typos in the tutorial pages
Browse files Browse the repository at this point in the history
This commit will fix a couple of typos I noticed while reading through
the tutorials.

Refs: #1863
  • Loading branch information
jbm950 authored and jonathanslenders committed May 15, 2024
1 parent f8cf7ca commit e0fd8fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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

0 comments on commit e0fd8fa

Please sign in to comment.