Merge pull request #2260 from waynelovely/tutorial-fix-20160917-1

Fix a dict key in the tutorial
This commit is contained in:
Paul Tremberth 2016-09-17 14:19:21 +02:00 committed by GitHub
commit 27f88ad9cb
1 changed files with 1 additions and 1 deletions

View File

@ -402,7 +402,7 @@ standard dict syntax like::
>>> from tutorial.items import QuoteItem
>>> item = QuoteItem()
>>> item['text'] = 'Some random quote'
>>> item['title']
>>> item['text']
'Some random quote'
So, in order to return the data we've scraped so far, the final code for our