mirror of https://github.com/scrapy/scrapy.git
Merge pull request #5553 from Rotzbua/fix-doc-typo
Fix doc: `scrapy.exporter` to `scrapy.exporters`
This commit is contained in:
commit
77a3b02523
|
|
@ -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