Skip to content

Commit da5aea0

Browse files
41tairbeniwohli
authored andcommitted
docs: add white space after Equal sign (#587)
1 parent bb34b27 commit da5aea0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/flask.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To configure the agent using `ELASTIC_APM` in your application's settings:
5151
----
5252
from elasticapm.contrib.flask import ElasticAPM
5353
54-
app.config['ELASTIC_APM'] ={
54+
app.config['ELASTIC_APM'] = {
5555
'SERVICE_NAME': '<SERVICE-NAME>',
5656
'SECRET_TOKEN': '<SECRET-TOKEN>',
5757
}

0 commit comments

Comments
 (0)