docs:fix syntax error in code sample.

This commit is contained in:
jcass 2016-01-21 05:38:09 +02:00
parent 88e9a12f02
commit c55a82b150

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