mirror of https://github.com/scrapy/scrapy.git
test_engine.py: fix typo brwoser => browser
Signed-off-by: Ping Yin <pkufranky@gmail.com>
This commit is contained in:
parent
08952562e9
commit
f41fd3214e
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue