From 4f3c77437dcc1e04f98ef470c1aa576a6114a843 Mon Sep 17 00:00:00 2001 From: Andres Aguilera Date: Wed, 16 Sep 2020 20:18:55 -0400 Subject: [PATCH] Correct docstrings --- kingfisher_scrapy/spiders/colombia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kingfisher_scrapy/spiders/colombia.py b/kingfisher_scrapy/spiders/colombia.py index e4eb357d..e8a2abde 100644 --- a/kingfisher_scrapy/spiders/colombia.py +++ b/kingfisher_scrapy/spiders/colombia.py @@ -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.