Merge pull request #1405 from jcass77/fix/503_test_docs

Fix typo in code sample
This commit is contained in:
John Cass 2016-01-21 09:37:02 +02:00
commit b9e5970a5e

View File

@ -705,7 +705,7 @@ Because most frontends will interact with the Mopidy core, it will most likely
be necessary to have a full core running for testing purposes::
self.core = core.Core.start(
config, backends=[get_backend(config]).proxy()
config, backends=[get_backend(config)]).proxy()
It may be advisable to take a quick look at the