mirror of https://github.com/scrapy/scrapy.git
Merge pull request #1033 from maikroeder/patch-1
DOC typo fix in form.py
This commit is contained in:
commit
75f1560ff5
|
|
@ -1,5 +1,5 @@
|
|||
"""
|
||||
This module implements the FormRequest class which is a more covenient class
|
||||
This module implements the FormRequest class which is a more convenient class
|
||||
(than Request) to generate Requests based on form data.
|
||||
|
||||
See documentation in docs/topics/request-response.rst
|
||||
|
|
|
|||
Loading…
Reference in New Issue