diff --git a/elasticsearch/client/utils.py b/elasticsearch/client/utils.py index a1e1ca9d..0c86cd22 100644 --- a/elasticsearch/client/utils.py +++ b/elasticsearch/client/utils.py @@ -44,7 +44,7 @@ def _escape(value): def _make_path(*parts): """ Create a URL string from parts, omit all `None` values and empty strings. - Convert lists nad tuples to comma separated values. + Convert lists and tuples to comma separated values. """ # TODO: maybe only allow some parts to be lists/tuples ? return "/" + "/".join(