Fix typo in utils.py docs (#927)

nad --> and
This commit is contained in:
Evgeni Enchev
2019-04-09 14:40:02 -06:00
committed by Nick Lang
parent 2181611a00
commit f47145ada6
+1 -1
View File
@@ -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(