Skip to content

Commit f47145a

Browse files
eenchevfxdgear
authored andcommitted
Fix typo in utils.py docs (#927)
nad --> and
1 parent 2181611 commit f47145a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

elasticsearch/client/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def _escape(value):
4444
def _make_path(*parts):
4545
"""
4646
Create a URL string from parts, omit all `None` values and empty strings.
47-
Convert lists nad tuples to comma separated values.
47+
Convert lists and tuples to comma separated values.
4848
"""
4949
# TODO: maybe only allow some parts to be lists/tuples ?
5050
return "/" + "/".join(

0 commit comments

Comments
 (0)