From b6b44a33f71737ca3271dd91fd1e60288732ce9f Mon Sep 17 00:00:00 2001 From: Lisimia Date: Mon, 28 Jul 2014 12:26:13 -0400 Subject: [PATCH] Update shell.rst typo There was a typo. "start" was mistyped as "star" --- docs/topics/shell.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/shell.rst b/docs/topics/shell.rst index f0c14dc76..37268c3ca 100644 --- a/docs/topics/shell.rst +++ b/docs/topics/shell.rst @@ -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'