mirror of https://github.com/scrapy/scrapy.git
Fixed typo
This commit is contained in:
parent
a82a4be3ab
commit
e95f7f63f9
|
|
@ -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
|
||||
"""
|
||||
|
|
|
|||
Loading…
Reference in New Issue