mirror of https://github.com/scrapy/scrapy.git
minor typo fix
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40862
This commit is contained in:
parent
489e86bd16
commit
714c3e20e4
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue