From 77ed8f6a380aa274fb7fd8b9607bc6994bae845f Mon Sep 17 00:00:00 2001 From: Munyoki Kilyungi Date: Tue, 17 Jan 2023 10:53:13 +0300 Subject: Fix typo --- scripts/sampledata.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/sampledata.py b/scripts/sampledata.py index 2aef6968..3b26dead 100644 --- a/scripts/sampledata.py +++ b/scripts/sampledata.py @@ -19,7 +19,7 @@ class UserSessionSimulator(): def dump_sample_data(dataset_name, trait_id): - """Givena DATASET_NAME e.g. 'BXDPublish' and a TRAIT_ID + """Given a DATASET_NAME e.g. 'BXDPublish' and a TRAIT_ID e.g. '10007', dump the sample data as json object""" with database_connection() as conn, conn.cursor() as cursor: sample_data = {"headers": ["Name", "Value", "SE"], "data": []} -- cgit v1.2.3