docs: Fix copy-paste error

This commit is contained in:
Stein Magnus Jodal 2015-04-27 23:25:24 +02:00
parent d2bc7aa459
commit f5a7381324

View File

@ -395,7 +395,7 @@ class BackendListener(listener.Listener):
Marker interface for recipients of events sent by the backend actors.
Any Pykka actor that mixes in this class will receive calls to the methods
defined here when the corresponding events happen in the core actor. This
defined here when the corresponding events happen in a backend actor. This
interface is used both for looking up what actors to notify of the events,
and for providing default implementations for those listeners that are not
interested in all events.