We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2181611 commit f47145aCopy full SHA for f47145a
elasticsearch/client/utils.py
@@ -44,7 +44,7 @@ def _escape(value):
44
def _make_path(*parts):
45
"""
46
Create a URL string from parts, omit all `None` values and empty strings.
47
- Convert lists nad tuples to comma separated values.
+ Convert lists and tuples to comma separated values.
48
49
# TODO: maybe only allow some parts to be lists/tuples ?
50
return "/" + "/".join(
0 commit comments