Fix a symbol error

There is a wrong use ' here, which causes the document
to make errors when copying the code for
experimentation.

Change-Id: I3ae19f591ffd668bcd1563bd1e317b21b799dba6
This commit is contained in:
jiansong 2018-08-20 03:01:40 -07:00
parent 76ce8c07e1
commit eae5477d50
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": ...,
})