From 4a83167698b3255a2c6e779a2c2f9cc83610ed1e Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Sat, 30 Apr 2011 01:35:30 -0300 Subject: [PATCH] fixed small doc typo --- docs/faq.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/faq.rst b/docs/faq.rst index 2444a3c05..eae0d04a0 100644 --- a/docs/faq.rst +++ b/docs/faq.rst @@ -29,7 +29,7 @@ comparing `jinja2`_ to `Django`_. What Python versions does Scrapy support? ----------------------------------------- -Scrapy runs in Python 2.5, 2.6 and 2.6. But it's recommended you use Python 2.6 +Scrapy runs in Python 2.5, 2.6 and 2.7. But it's recommended you use Python 2.6 or above, since the Python 2.5 standard library has a few bugs in their URL handling libraries. Some of these Python 2.5 bugs not only affect Scrapy but any user code, such as spiders. You can see a list of `Python 2.5 bugs that