From 3b3456c939a1663f923103ece5dc186894e84e59 Mon Sep 17 00:00:00 2001 From: CWestICL Date: Mon, 25 Sep 2023 11:11:01 +0100 Subject: [PATCH] Updated docstring --- datahub/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/datahub/main.py b/datahub/main.py index fa20d59..9896a11 100644 --- a/datahub/main.py +++ b/datahub/main.py @@ -176,7 +176,7 @@ def get_dsr_data( Args: start: Starting index for exported list end: Last index that will be included in exported list - col: Column names to filter by + col: Column names to filter by, multiple values seperated by comma Returns: A Dict containing the DSR list