We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f6c987 commit 3e1b413Copy full SHA for 3e1b413
docs/guide/widgets.md
@@ -60,7 +60,7 @@ A widget's bindings will only be checked if it or one of its descendants has foc
60
61
Let's look at Textual's builtin [Button](../widgets/button.md) widget to see an example of how widget bindings work.
62
The `Button` widget has a single binding for the `enter` key.
63
-When a button is focused, and the user presses ++enter++, the `action_press` method inside button is called.
+When a button is focused, and the user presses ++enter++, the `action_press` method inside `Button` is called.
64
65
```python
66
class Button(Widget, can_focus=True): # (1)!
0 commit comments