docs: Reference the correct element

This commit is contained in:
Stein Magnus Jodal 2014-01-11 14:41:53 +01:00
parent cde87d8c3e
commit 7ab8fd8861

View File

@ -82,9 +82,9 @@ class Extension(object):
from .backend import SoundspotBackend from .backend import SoundspotBackend
registry.add('backend', SoundspotBackend) registry.add('backend', SoundspotBackend)
See :meth:`Registry.add` for a list of registry keys with a special See :class:`Registry` for a list of registry keys with a special
meaning. Mopidy will instantiate and start any classes registered meaning. Mopidy will instantiate and start any classes registered under
under the ``frontend`` and ``backend`` registry keys. the ``frontend`` and ``backend`` registry keys.
This method can also be used for other setup tasks not involving the This method can also be used for other setup tasks not involving the
extension registry. For example, to register custom GStreamer extension registry. For example, to register custom GStreamer