From cdd4d5f6b0c08001399a030a693366f2cdc5a5c9 Mon Sep 17 00:00:00 2001 From: ReDnAxE Date: Mon, 22 Aug 2016 09:17:46 +0200 Subject: [PATCH] [event_dispatcher] Duplicate removal in "EventDispatcher Aware Events and Listeners" paragraph --- components/event_dispatcher.rst | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/components/event_dispatcher.rst b/components/event_dispatcher.rst index 77ee32e45e7..fc32129fcde 100644 --- a/components/event_dispatcher.rst +++ b/components/event_dispatcher.rst @@ -440,14 +440,9 @@ EventDispatcher Aware Events and Listeners ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The ``EventDispatcher`` always passes the dispatched event, the event's -name and a reference to itself to the listeners. This can be used in some -advanced usages of the ``EventDispatcher`` like dispatching other events -in listeners, event chaining or even lazy loading of more listeners into -the dispatcher object as shown in the following examples. - -This can lead to some advanced applications of the ``EventDispatcher`` -including dispatching other events inside listeners, chaining events or even -lazy loading listeners into the dispatcher object. +name and a reference to itself to the listeners. This can lead to some advanced +applications of the ``EventDispatcher`` including dispatching other events inside +listeners, chaining events or even lazy loading listeners into the dispatcher object. .. index:: single: EventDispatcher; Dispatcher shortcuts