Merge pull request #1405 from jcass77/fix/503_test_docs
Fix typo in code sample
This commit is contained in:
commit
b9e5970a5e
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user