From 714c3e20e404a53634d4f88506ba1afd50be0006 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Mon, 16 Feb 2009 23:45:14 +0000 Subject: [PATCH] minor typo fix --HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40862 --- scrapy/trunk/scrapy/utils/python.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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