Fix comment typo

I typo.

Co-authored-by: Rodrigo Girão Serrão <5621605+rodrigogiraoserrao@users.noreply.github.com>
This commit is contained in:
Dave Pearson
2023-02-16 10:16:56 +00:00
committed by GitHub
parent 3d43d18486
commit 8762866b27

View File

@@ -1180,7 +1180,7 @@ class Widget(DOMNode):
@property
def _self_or_ancestors_disabled(self) -> bool:
"""Is this widget or any of its ancestors disabled?"""
# NOTE: Please see the copy of this code in get_pseudo_classes. I
# NOTE: Please see the copy of this code in get_pseudo_classes. If
# you change this, change that too.
return any(
node.disabled