Fix typo of 'a' for 'an'

This commit is contained in:
Dave Pearson
2022-10-09 20:36:13 +01:00
parent 4df4da2455
commit 2275129752

View File

@@ -131,7 +131,7 @@ Iterating over `disabled_buttons` will give us all the disabled buttons.
## Exclude
Query objects have a [exclude][textual.css.query.DOMQuery.exclude] method which is the logical opposite of [filter][textual.css.query.DOMQuery.filter]. The `exclude` method removes any widgets from the query object which match a selector.
Query objects have an [exclude][textual.css.query.DOMQuery.exclude] method which is the logical opposite of [filter][textual.css.query.DOMQuery.filter]. The `exclude` method removes any widgets from the query object which match a selector.
Here's how we could get all the buttons which *don't* have the `disabled` class set.