Navigation Menu

Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

Commit

Permalink
Merge pull request #62 from wraithan/patch-1
Browse files Browse the repository at this point in the history
Add in missing colon in debugging docs
  • Loading branch information
willkg committed Aug 27, 2012
2 parents 357f3ff + 9760bfc commit 548db51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/debugging.rst
Expand Up @@ -23,7 +23,7 @@ For example::
from elasticutils import get_es

class CurlDumper(object):
def write(self, s)
def write(self, s):
print s

es = get_es(dump_curl=CurlDumper())
Expand Down

0 comments on commit 548db51

Please sign in to comment.