diff --git a/scrapy/trunk/scrapy/utils/python.py b/scrapy/trunk/scrapy/utils/python.py index 7589304df..3147be179 100644 --- a/scrapy/trunk/scrapy/utils/python.py +++ b/scrapy/trunk/scrapy/utils/python.py @@ -2,7 +2,7 @@ This module contains essential stuff that should've come with Python itself ;) It also contains functions (or functionality) which is in Python versions -higher than 2.5 which is the lower version support by Scrapy. +higher than 2.5 which is the lowest version supported by Scrapy. """ import re