From e95f7f63f9e922524e28d43f54876abd91f7e01a Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Wed, 25 Aug 2010 21:06:10 -0300 Subject: [PATCH] Fixed typo --- scrapy/tests/test_engine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scrapy/tests/test_engine.py b/scrapy/tests/test_engine.py index 13af7a8c8..bda697e82 100644 --- a/scrapy/tests/test_engine.py +++ b/scrapy/tests/test_engine.py @@ -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 """