diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index afebc6a7..04c6aa6b 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -168,7 +168,7 @@ class that will connect the rest of the dots. 'pysoundspot', ], entry_points={ - 'mopidy.extension': [ + b'mopidy.extension': [ 'soundspot = mopidy_soundspot:Extension', ], }, diff --git a/docs/installation/index.rst b/docs/installation/index.rst index 45f93510..ab81b753 100644 --- a/docs/installation/index.rst +++ b/docs/installation/index.rst @@ -135,7 +135,7 @@ Pip. sudo easy_install pip -#. Then get, build, and install the latest releast of pyspotify, pylast, +#. Then get, build, and install the latest release of pyspotify, pylast, and Mopidy using Pip:: sudo pip install -U pyspotify pylast mopidy