diff --git a/elasticsearch/client/__init__.py b/elasticsearch/client/__init__.py index 925ec4cc..7e32ae8e 100644 --- a/elasticsearch/client/__init__.py +++ b/elasticsearch/client/__init__.py @@ -450,7 +450,7 @@ class Elasticsearch(object): """ Clear the scroll request created by specifying the scroll parameter to search. - ``_ + ``_ :arg scroll_id: The scroll ID or a list of scroll IDs """