Added a lint to full docs

This commit is contained in:
Honza Kral
2013-10-14 23:37:30 +02:00
parent d5285b09da
commit e3ef25d5e4
+2
View File
@@ -25,6 +25,8 @@ Simple use-case::
>>> es.get(index="my-index", doc_type="test-type", id=42)['_source']
{u'any': u'data', u'timestamp': u'2013-05-12T19:45:31.804229'}
`Full documentation.<http://elasticsearch-py.rtfd.org/>`_
Features
--------