Skip to content

Commit 573e331

Browse files
Eric Weaverhonzakral
authored andcommitted
fix configuration example syntax
1 parent 24abee3 commit 573e331

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch_dsl/connections.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def configure(self, **kwargs):
2323
2424
connections.configure(
2525
default={'hosts': 'localhost'},
26-
dev={'hosts': ['esdev1.example.com:9200'], sniff_on_start=True}
26+
dev={'hosts': ['esdev1.example.com:9200'], 'sniff_on_start': True},
2727
)
2828
2929
Connections will only be constructed lazily when requested through

0 commit comments

Comments
 (0)