Skip to content

Commit

Permalink
Correct docstrings
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilerapy committed Sep 17, 2020
1 parent dec74c8 commit 4f3c774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kingfisher_scrapy/spiders/colombia.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class Colombia(LinksSpider):
The year to crawl. See API documentation for valid values.
from_date
Download only releases from this release.date onward (YYYY-MM-DD format).
If `until_date` is provided and ``from_date`` don't, defaults to '2011-01-01'.
If ``until_date`` is provided and ``from_date`` don't, defaults to '2011-01-01'.
until_date
Download only releases until this release.date (YYYY-MM-DD format).
If ``from_date`` is provided and ``until_date`` don't, defaults to today.
Expand Down

0 comments on commit 4f3c774

Please sign in to comment.