Skip to content

Commit

Permalink
Merge pull request scrapy#5553 from Rotzbua/fix-doc-typo
Browse files Browse the repository at this point in the history
Fix doc: `scrapy.exporter` to `scrapy.exporters`
  • Loading branch information
kmike authored Jul 16, 2022
2 parents 94a0324 + 09c3a4a commit 77a3b02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/exporters.rst
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ after your custom code.

Example::

from scrapy.exporter import XmlItemExporter
from scrapy.exporters import XmlItemExporter

class ProductXmlExporter(XmlItemExporter):

Expand Down

0 comments on commit 77a3b02

Please sign in to comment.