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 35cf222 commit 5470245Copy full SHA for 5470245
tests/test_focus.py
@@ -537,7 +537,7 @@ def compose(self) -> ComposeResult:
537
assert focus_ids == ["one", "two"]
538
539
# Trap focus on the right container
540
- # Since the right containers doesn't contain a focused widget, we would expect no change
+ # Since the right container doesn't contain a focused widget, we would expect no change
541
app.screen.query_one("#right").trap_focus()
542
focus_ids = [node.id for node in app.screen.focus_chain]
543
0 commit comments