Skip to content

Commit e3004b3

Browse files
committed
minor #6901 [EventDispatcher] paragraph duplicated (ReDnAxE)
This PR was merged into the 2.7 branch. Discussion ---------- [EventDispatcher] paragraph duplicated Duplicate removal in "EventDispatcher Aware Events and Listeners" paragraph Commits ------- cdd4d5f [event_dispatcher]
2 parents 70f06e8 + cdd4d5f commit e3004b3

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

components/event_dispatcher.rst

+3-8
Original file line numberDiff line numberDiff line change
@@ -440,14 +440,9 @@ EventDispatcher Aware Events and Listeners
440440
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
441441

442442
The ``EventDispatcher`` always passes the dispatched event, the event's
443-
name and a reference to itself to the listeners. This can be used in some
444-
advanced usages of the ``EventDispatcher`` like dispatching other events
445-
in listeners, event chaining or even lazy loading of more listeners into
446-
the dispatcher object as shown in the following examples.
447-
448-
This can lead to some advanced applications of the ``EventDispatcher``
449-
including dispatching other events inside listeners, chaining events or even
450-
lazy loading listeners into the dispatcher object.
443+
name and a reference to itself to the listeners. This can lead to some advanced
444+
applications of the ``EventDispatcher`` including dispatching other events inside
445+
listeners, chaining events or even lazy loading listeners into the dispatcher object.
451446

452447
.. index::
453448
single: EventDispatcher; Dispatcher shortcuts

0 commit comments

Comments
 (0)