Skip to content

Commit

Permalink
fix configuration example syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric Weaver authored and honzakral committed Oct 24, 2019
1 parent 24abee3 commit 573e331
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elasticsearch_dsl/connections.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def configure(self, **kwargs):
connections.configure(
default={'hosts': 'localhost'},
dev={'hosts': ['esdev1.example.com:9200'], sniff_on_start=True}
dev={'hosts': ['esdev1.example.com:9200'], 'sniff_on_start': True},
)
Connections will only be constructed lazily when requested through
Expand Down

0 comments on commit 573e331

Please sign in to comment.