未验证 提交 6dccf82e 编写于 作者: T Tim Gates

docs: fix simple typo, wihout -> without

There is a small typo in scrapy/http/request/form.py.

Should read `without` rather than `wihout`.
上级 d0af0086
......@@ -160,7 +160,7 @@ def _select_value(ele, n, v):
multiple = ele.multiple
if v is None and not multiple:
# Match browser behaviour on simple select tag without options selected
# And for select tags wihout options
# And for select tags without options
o = ele.value_options
return (n, o[0]) if o else (None, None)
elif v is not None and multiple:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册