From 41b0e4771dcd9f9985b7f5aa3cf8e2120f421a6d Mon Sep 17 00:00:00 2001 From: jbm950 Date: Fri, 22 Mar 2024 11:05:27 -0400 Subject: [PATCH] fix(Docs): address some typos in the tutorial pages This commit will fix a couple of typos I noticed while reading through the tutorials. Refs: #1863 --- docs/pages/full_screen_apps.rst | 2 +- docs/pages/progress_bars.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/pages/full_screen_apps.rst b/docs/pages/full_screen_apps.rst index 21d6e7db9..9123c20cf 100644 --- a/docs/pages/full_screen_apps.rst +++ b/docs/pages/full_screen_apps.rst @@ -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: | diff --git a/docs/pages/progress_bars.rst b/docs/pages/progress_bars.rst index 54a8ee138..5248f9843 100644 --- a/docs/pages/progress_bars.rst +++ b/docs/pages/progress_bars.rst @@ -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