docs: Fix typo

This commit is contained in:
Stein Magnus Jodal 2013-04-01 13:19:46 +02:00
parent 5fcae977ca
commit 77f8e228d8
2 changed files with 2 additions and 2 deletions

View File

@ -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',
],
},

View File

@ -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