Skip to content

Commit b6860f1

Browse files
committed
Escape trailing underscore to fix docs.
Fixes elastic#108, thanks Lambdanaut!
1 parent 3a79457 commit b6860f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/client/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@ def search(self, index=None, doc_type=None, body=None, params=None):
410410
:arg ignore_unavailable: Whether specified concrete indices should be
411411
ignored when unavailable (missing or closed)
412412
:arg lowercase_expanded_terms: Specify whether query terms should be lowercased
413-
:arg from_: Starting offset (default: 0)
413+
:arg from\_: Starting offset (default: 0)
414414
:arg preference: Specify the node or shard the operation should be
415415
performed on (default: random)
416416
:arg q: Query in the Lucene query string syntax

0 commit comments

Comments
 (0)