mirror of https://github.com/scrapy/scrapy.git
Fix doc: `scrapy.exporter` to `scrapy.exporters`
This commit is contained in:
parent
49942026d8
commit
09c3a4ad08
|
|
@ -117,7 +117,7 @@ after your custom code.
|
|||
|
||||
Example::
|
||||
|
||||
from scrapy.exporter import XmlItemExporter
|
||||
from scrapy.exporters import XmlItemExporter
|
||||
|
||||
class ProductXmlExporter(XmlItemExporter):
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue