mirror of https://github.com/scrapy/scrapy.git
Update shell.rst typo
There was a typo. "start" was mistyped as "star"
This commit is contained in:
parent
1ca489de92
commit
e49c96ae26
|
|
@ -127,7 +127,7 @@ all start with the ``[s]`` prefix)::
|
|||
|
||||
>>>
|
||||
|
||||
After that, we can star playing with the objects::
|
||||
After that, we can start playing with the objects::
|
||||
|
||||
>>> sel.xpath("//h2/text()").extract()[0]
|
||||
u'Welcome to Scrapy'
|
||||
|
|
|
|||
Loading…
Reference in New Issue