Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
Signed-off-by: Yohanna Lisnichuk <yohanitalisnichuk@gmail.com>
  • Loading branch information
yolile committed Apr 30, 2020
1 parent 6744a91 commit 317250b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions kingfisher_scrapy/base_spider.py
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,9 @@ def parse_zipfile(self, response, data_type, file_format=None, encoding='utf-8')
:param str file_format: The zipped file's format. If this is set to "json_lines", then each line of the zipped
file will be yielded separately. If this is set to "release_package", then the releases
will be re-packaged in groups of :const:~kingfisher_scrapy.base_spider.BaseSpider.
`~kingfisher_scrapy.base_spider.BaseSpider.MAX_RELEASES_PER_PACKAGE` and yielded. In both cases, only the zipped file will be saved
to disk. If this is not set, the file will be yielded and saved to disk.
`~kingfisher_scrapy.base_spider.BaseSpider.MAX_RELEASES_PER_PACKAGE` and yielded.
In both cases, only the zipped file will be saved to disk. If this is not set, the file
will be yielded and saved to disk.
:param response response: the response that contains the zip file.
:param str data_type: the zipped files data_type
:param str encoding: the zipped files encoding. Default to utf-8
Expand Down

0 comments on commit 317250b

Please sign in to comment.