Merge pull request #62 from wraithan/patch-1
Add in missing colon in debugging docs
This commit is contained in:
Коммит
548db51ada
|
@ -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())
|
||||
|
|
Загрузка…
Ссылка в новой задаче