From 8161995c47d6a5f73736ed7e1fa05becd0627d49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Honza=20Kr=C3=A1l?= Date: Fri, 17 Jan 2014 14:33:45 +0100 Subject: [PATCH] New link to clear scroll docs --- 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 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 """