Skip to content

Commit 6613f04

Browse files
"class instance" -> "object"
1 parent ca51b87 commit 6613f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/event_dispatcher.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ the ``Event`` object as the single argument::
182182
}
183183
}
184184

185-
The ``$event`` argument is the event class instance that was passed when dispatching the
185+
The ``$event`` argument is the event object that was passed when dispatching the
186186
event. In many cases, a special event subclass is passed with extra
187187
information. You can check the documentation or implementation of each event to
188188
determine which instance is passed.

0 commit comments

Comments
 (0)