mirror of https://github.com/scrapy/scrapy.git
tutorial: indent class docstring
--HG-- extra : convert_revision : svn%3Ab85faa78-f9eb-468e-a121-7cced6da292c%40845
This commit is contained in:
parent
73d8177ecc
commit
0aba276a64
|
|
@ -10,7 +10,7 @@ data called ``GoogleItem`` and defined in ``google/items.py`` module::
|
|||
from scrapy.contrib.item import RobustScrapedItem
|
||||
|
||||
class GoogleItem(RobustScrapedItem):
|
||||
"""Directory website link"""
|
||||
"""Directory website link"""
|
||||
|
||||
ATTRIBUTES = {
|
||||
'guid': basestring,
|
||||
|
|
|
|||
Loading…
Reference in New Issue