From bf1db8f40f4900bce922ef1ffc13414c4d302dfe Mon Sep 17 00:00:00 2001 From: Dan Howe Date: Fri, 15 Jun 2018 13:58:00 +1000 Subject: [PATCH] Update docstring --- silo.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/silo.py b/silo.py index 99430d6..ec041b7 100644 --- a/silo.py +++ b/silo.py @@ -15,7 +15,7 @@ def pointdata(variables, """Request point data from SILO. Args: - variables: list containing variable name strings + variables: list of variable code strings (see variable info below) api_key: SILO api key start: start date (yyyymmdd) finish: finish date (yyyymmdd)