Merge pull request #5553 from Rotzbua/fix-doc-typo

Fix doc: `scrapy.exporter` to `scrapy.exporters`
This commit is contained in:
Mikhail Korobov 2022-07-17 00:21:50 +05:00 committed by GitHub
commit 77a3b02523
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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):