docs: Fix typo

This commit is contained in:
Stein Magnus Jodal 2014-03-31 09:49:34 +02:00
parent ae63cc633c
commit adb817ecfe

View File

@ -86,7 +86,7 @@ from a regular Mopidy setup you'll want to know about.
The other way around does not work: Mopidy installed with pip can use The other way around does not work: Mopidy installed with pip can use
extensions installed with pip, but not extensions installed from a Debian extensions installed with pip, but not extensions installed from a Debian
package. This is because the Debian packages installs extensions into package. This is because the Debian packages install extensions into
:file:`/usr/share/mopidy` which is normally not on your ``PYTHONPATH``. :file:`/usr/share/mopidy` which is normally not on your ``PYTHONPATH``.
Thus, your pip-installed Mopidy will not find the Debian package-installed Thus, your pip-installed Mopidy will not find the Debian package-installed
extensions. extensions.