Fix doc: `scrapy.exporter` to `scrapy.exporters`

This commit is contained in:
Rotzbua 2022-07-12 12:41:46 +02:00
parent 49942026d8
commit 09c3a4ad08
No known key found for this signature in database
GPG Key ID: C69022D529C17845
1 changed files with 1 additions and 1 deletions

View File

@ -117,7 +117,7 @@ after your custom code.
Example::
from scrapy.exporter import XmlItemExporter
from scrapy.exporters import XmlItemExporter
class ProductXmlExporter(XmlItemExporter):