diff --git a/src/textual/css/query.py b/src/textual/css/query.py index c14d032ab..9814382f9 100644 --- a/src/textual/css/query.py +++ b/src/textual/css/query.py @@ -246,7 +246,7 @@ class DOMQuery(Generic[QueryType]): # should *not* be anything there, so we *should* get an # IndexError. We *could* have just checked the length of the # query, but the idea here is to do the check as cheaply as - # possible. + # possible. "There can be only one!" -- Kurgan et al. _ = self.nodes[1] raise TooManyMatches( "Call to only_one resulted in more than one matched node"