Merge "Fix a symbol error"

This commit is contained in:
Zuul 2018-08-24 17:33:03 +00:00 committed by Gerrit Code Review
commit 3bd5a8ac6f
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ Using this function to fetch a backend might look like:
...
persistence = backends.fetch(conf={
"connection': "mysql",
"connection": "mysql",
"user": ...,
"password": ...,
})