Fixed typo

This commit is contained in:
Pablo Hoffman 2010-08-25 21:06:10 -03:00
parent a82a4be3ab
commit e95f7f63f9
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ Scrapy engine tests
This starts a testing web server (using twisted.server.Site) and then crawls it
with the Scrapy crawler.
To view the testing web server in a brwoser you can run start it by running
this module with the ``runserver`` argument::
To view the testing web server in a brwoser you can start it by running this
module with the ``runserver`` argument::
python test_engine.py runserver
"""