summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2022-01-07 11:08:12 +0100
committerFlorian Bruhin <me@the-compiler.org>2022-01-07 11:08:12 +0100
commit4cfb20843b5427bd15ef5cf40371396f605dafe3 (patch)
tree3b9050feb60b9f586be291e7a57203afeb8c5311
parentbb265dc712b56913442079a20a494cfd1079d58a (diff)
downloadqutebrowser-4cfb20843b5427bd15ef5cf40371396f605dafe3.tar.gz
qutebrowser-4cfb20843b5427bd15ef5cf40371396f605dafe3.zip
Fix minor typo
-rw-r--r--qutebrowser/keyinput/eventfilter.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/qutebrowser/keyinput/eventfilter.py b/qutebrowser/keyinput/eventfilter.py
index 4d016bea6..f0d85b0ec 100644
--- a/qutebrowser/keyinput/eventfilter.py
+++ b/qutebrowser/keyinput/eventfilter.py
@@ -35,7 +35,7 @@ class EventFilter(QObject):
Attributes:
_activated: Whether the EventFilter is currently active.
- _handlers; A {QEvent.Type: callable} dict with the handlers for an
+ _handlers: A {QEvent.Type: callable} dict with the handlers for an
event.
"""