From 77f8e228d8615909fc8b746e18b3010e52eb37c9 Mon Sep 17 00:00:00 2001 From: Stein Magnus Jodal Date: Mon, 1 Apr 2013 13:19:46 +0200 Subject: [PATCH] docs: Fix typo --- docs/extensiondev.rst | 2 +- docs/installation/index.rst | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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