Ticket #135 (closed defect: fixed)

Opened 5 months ago

Last modified 5 months ago

Minor documentation fix

Reported by: tn Owned by: pablo
Priority: trivial Milestone: 0.9
Component: documentation Version: 0.8
Keywords: Cc: daniel pablo

Description

diff -r 58a0e4e7306c docs/topics/exporters.rst
--- a/docs/topics/exporters.rst Fri Feb 19 16:34:01 2010 -0200
+++ b/docs/topics/exporters.rst Sat Feb 20 00:42:29 2010 +0200
@@ -41,6 +41,7 @@

Exporter to export scraped items to different files, one per spider


from scrapy.xlib.pydispatch import dispatcher
+ from scrapy.core import signals

from scrapy.contrib.exporter import XmlItemExporter?


class XmlExportPipeline?(object):

Change History

Changed 5 months ago by pablo

  • status changed from new to closed
  • version set to 0.8
  • resolution set to fixed
  • milestone set to 0.9

Fixed in r1924. Thanks for reporting!

Note: See TracTickets for help on using tickets.