Skip to content

Commit 92ce629

Browse files
delirious-lettucejonathanslenders
authored andcommitted
Fix typos: focussed -> focused, themself -> themselves
1 parent b112ce1 commit 92ce629

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/upgrading.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ in the following two places:
1919
- First, there was the focus which was always pointing to a
2020
:class:`~prompt_toolkit.buffer.Buffer` (or text input widget), but in full
2121
screen applications there are other widgets, like menus and buttons which
22-
can be focussed.
22+
can be focused.
2323
- And secondly, it was impossible to make reusable UI components. All the key
2424
bindings for the entire applications were stored together in one
2525
``KeyBindings`` object, and similar, all
@@ -45,7 +45,7 @@ full screen applications. These are the most important:
4545
Pygments tokens were not ideal for styling anything besides tokenized text.
4646

4747
Instead we created something similar to CSS. All UI components can attach
48-
classnames to themself, as well as define an inline style. The final style is
48+
classnames to themselves, as well as define an inline style. The final style is
4949
then computed by combining the inline styles, the classnames and the style
5050
sheet.
5151

0 commit comments

Comments
 (0)