From b6860f1f3d7d6bee96da61b9f31341d1caf08ca2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Wed, 16 Jul 2014 17:11:40 +0900 Subject: [PATCH] Escape trailing underscore to fix docs. Fixes #108, thanks Lambdanaut! --- elasticsearch/client/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index 9c2d981a..eeae2597 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -410,7 +410,7 @@ class Elasticsearch(object): :arg ignore_unavailable: Whether specified concrete indices should be ignored when unavailable (missing or closed) :arg lowercase_expanded_terms: Specify whether query terms should be lowercased - :arg from_: Starting offset (default: 0) + :arg from\_: Starting offset (default: 0) :arg preference: Specify the node or shard the operation should be performed on (default: random) :arg q: Query in the Lucene query string syntax