From f41fd3214e2bb717b5f2236aae2ed24329b9ad34 Mon Sep 17 00:00:00 2001 From: Ping Yin Date: Sun, 19 Sep 2010 19:28:13 -0300 Subject: [PATCH] test_engine.py: fix typo brwoser => browser Signed-off-by: Ping Yin --- scrapy/tests/test_engine.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scrapy/tests/test_engine.py b/scrapy/tests/test_engine.py index bda697e82..6549fefa6 100644 --- a/scrapy/tests/test_engine.py +++ b/scrapy/tests/test_engine.py @@ -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