Removed "optionally", it might be confusing.

This commit is contained in:
Jason Veatch
2015-09-09 16:06:03 -04:00
parent 09efa15813
commit 80ccb181cd
+2 -2
View File
@@ -67,8 +67,8 @@ def streaming_bulk(client, actions, chunk_size=500, raise_on_error=True,
from the doc and use the rest as the document data.
The :meth:`~elasticsearch.Elasticsearch.bulk` api accepts `index`, `create`,
`delete`, and `update` actions. Optionally use the `_op_type` field to specify
an action (`_op_type` defaults to `index`)::
`delete`, and `update` actions. Use the `_op_type` field to specify an
action (`_op_type` defaults to `index`)::
{
'_op_type': 'delete',