minor doc fix

This commit is contained in:
Honza Král
2014-01-17 15:44:01 +01:00
parent c21471b599
commit 89e90f7499
+1 -1
View File
@@ -129,7 +129,7 @@ class IndicesClient(NamespacedClient):
`<http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/indices-delete-index.html>`_
:arg index: A comma-separated list of indices to delete; use `_all` or
empty string to delete all indices
'*' to delete all indices
:arg master_timeout: Specify timeout for connection to master
:arg timeout: Explicit operation timeout
"""