From 721d8d5daedf543a51a074e5d8691312e63acbd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maik=20R=C3=B6der?= Date: Wed, 4 Feb 2015 11:38:37 +0100 Subject: [PATCH] Update form.py Typo fixed --- scrapy/http/request/form.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/http/request/form.py b/scrapy/http/request/form.py index 3aa9db960..02e77ce29 100644 --- a/scrapy/http/request/form.py +++ b/scrapy/http/request/form.py @@ -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