From f47145ada69e4c4353d5202524856975a35dcd4f Mon Sep 17 00:00:00 2001 From: Evgeni Enchev Date: Tue, 9 Apr 2019 23:40:02 +0300 Subject: [PATCH] Fix typo in utils.py docs (#927) nad --> and --- elasticsearch/client/utils.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(