From fa3905fecbf46b6cd9278dfeebe0a97809cbd437 Mon Sep 17 00:00:00 2001 From: jtloong Date: Mon, 27 May 2019 23:41:54 -0400 Subject: [PATCH] Corrected syntax in README concerning the range option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 89a1ec1..511829d 100755 --- a/README.md +++ b/README.md @@ -110,7 +110,7 @@ _Note: to disable the ID check add the parameter `disable_validation=True`_ _Note: to disable the ID check add the parameter `disable_validation=True`_ -**range()** - `range('start', 'stop=None', 'months=0', 'days=0', 'granularity=None')` Sets the date range for the report. All dates shoudl be listed in ISO-8601 (e.g. 'YYYY-MM-DD') +**range()** - `range('start', stop='None', months='0', days='0', granularity='None')` Sets the date range for the report. All dates should be listed in ISO-8601 (e.g. 'YYYY-MM-DD') * **Start** -- Start date for the report. If no stop date is specified then the report will be for a single day * **Stop** -- End date for the report.