test_engine.py: fix typo brwoser => browser

Signed-off-by: Ping Yin <pkufranky@gmail.com>
This commit is contained in:
Ping Yin 2010-09-19 19:28:13 -03:00
parent 08952562e9
commit f41fd3214e
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ 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 start it by running this
To view the testing web server in a browser you can start it by running this
module with the ``runserver`` argument::
python test_engine.py runserver