Skip to content

Commit 4a83167

Browse files
committed
fixed small doc typo
1 parent 678f08b commit 4a83167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/faq.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ comparing `jinja2`_ to `Django`_.
2929
What Python versions does Scrapy support?
3030
-----------------------------------------
3131

32-
Scrapy runs in Python 2.5, 2.6 and 2.6. But it's recommended you use Python 2.6
32+
Scrapy runs in Python 2.5, 2.6 and 2.7. But it's recommended you use Python 2.6
3333
or above, since the Python 2.5 standard library has a few bugs in their URL
3434
handling libraries. Some of these Python 2.5 bugs not only affect Scrapy but
3535
any user code, such as spiders. You can see a list of `Python 2.5 bugs that

0 commit comments

Comments
 (0)