diff --git a/docs/extensiondev.rst b/docs/extensiondev.rst index ad8a3aff..d705cd60 100644 --- a/docs/extensiondev.rst +++ b/docs/extensiondev.rst @@ -159,7 +159,7 @@ class that will connect the rest of the dots. 'pysoundspot', ], entry_points={ - b'mopidy.ext': [ + 'mopidy.ext': [ 'soundspot = mopidy_soundspot:Extension', ], },