docs: Fix copy-paste error
This commit is contained in:
parent
d2bc7aa459
commit
f5a7381324
@ -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.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user