From 7ab8fd886140ed6681d241007d4dcb981d966587 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Sat, 11 Jan 2014 14:41:53 +0100 Subject: [PATCH] docs: Reference the correct element --- mopidy/ext.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/mopidy/ext.py b/mopidy/ext.py index 2900af4b..58e6caab 100644 --- a/mopidy/ext.py +++ b/mopidy/ext.py @@ -82,9 +82,9 @@ class Extension(object): from .backend import SoundspotBackend registry.add('backend', SoundspotBackend) - See :meth:`Registry.add` for a list of registry keys with a special - meaning. Mopidy will instantiate and start any classes registered - under the ``frontend`` and ``backend`` registry keys. + See :class:`Registry` for a list of registry keys with a special + meaning. Mopidy will instantiate and start any classes registered under + the ``frontend`` and ``backend`` registry keys. This method can also be used for other setup tasks not involving the extension registry. For example, to register custom GStreamer