Skip to content

Commit c7441e9

Browse files
alexwlchanhonzakral
authored andcommitted
Fix a few spelling mistakes in the docs (elastic#522)
1 parent 7fa7dea commit c7441e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Changelog.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ compatible with 0.90 elasticsearch.
168168
backwards compatibility, to be removed in future versions)
169169
* Added ``helpers.streaming_bulk`` to consume an iterator and yield results per
170170
operation
171-
* ``helpers.bulk`` and ``helpers.streaming_bulk`` are no longer limitted to just
171+
* ``helpers.bulk`` and ``helpers.streaming_bulk`` are no longer limited to just
172172
index operations.
173173
* unicode body (for ``incices.analyze`` for example) is now handled correctly
174174
* changed ``perform_request`` on ``Connection`` classes to return headers as well.
@@ -189,7 +189,7 @@ compatible with 0.90 elasticsearch.
189189
0.4.2 (2013-10-08)
190190
------------------
191191

192-
* ``ignore`` param acceted by all APIs
192+
* ``ignore`` param accepted by all APIs
193193
* Fixes to ``helpers.bulk_index``
194194

195195
0.4.1 (2013-09-24)

docs/index.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Example Usage
7777
Features
7878
--------
7979

80-
This client was designed as very thin wrapper around Elasticseach's REST API to
80+
This client was designed as very thin wrapper around Elasticsearch's REST API to
8181
allow for maximum flexibility. This means that there are no opinions in this
8282
client; it also means that some of the APIs are a little cumbersome to use from
8383
Python. We have created some :ref:`helpers` to help with this issue as well as
@@ -161,7 +161,7 @@ turning on :ref:`sniffing` to make sure the client is up to date on the cluster
161161
location.
162162

163163
By default we allow ``urllib3`` to open up to 10 connections to each node, if
164-
your application calls for more paralelism, use the ``maxsize`` parameter to
164+
your application calls for more parallelism, use the ``maxsize`` parameter to
165165
raise the limit::
166166

167167
# allow up to 25 connections to each node
@@ -233,7 +233,7 @@ is used by the client to log standard activity, depending on the log level.
233233
of ``curl`` commands using pretty-printed json that can then be executed from
234234
command line. Because it is designed to be shared (for example to demonstrate
235235
an issue) it also just uses ``localhost:9200`` as the address instead of the
236-
actuall address of the host. If the trace logger has not been configured
236+
actual address of the host. If the trace logger has not been configured
237237
already it is set to `propagate=False` so it needs to be activated separately.
238238

239239
.. _logging library: http://docs.python.org/3.3/library/logging.html

0 commit comments

Comments
 (0)