diff --git a/mopidy/backend.py b/mopidy/backend.py index 63184853..2bbc1eea 100644 --- a/mopidy/backend.py +++ b/mopidy/backend.py @@ -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.