From 2a5ed7d40bb59e6759f8f37cc956b5faaf732853 Mon Sep 17 00:00:00 2001 From: Dong-hyeon Shin <52447545+qu3vipon@users.noreply.github.com> Date: Mon, 23 Jan 2023 02:48:00 +0900 Subject: [PATCH] Fix comment in datatable (#309) --- pynecone/components/datadisplay/datatable.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pynecone/components/datadisplay/datatable.py b/pynecone/components/datadisplay/datatable.py index 95d28ff16..bc2028dfb 100644 --- a/pynecone/components/datadisplay/datatable.py +++ b/pynecone/components/datadisplay/datatable.py @@ -19,7 +19,7 @@ class DataTable(Gridjs): tag = "Grid" - # The data to display. EIther a list of lists or a pandas dataframe. + # The data to display. Either a list of dictionaries or a pandas dataframe. data: Any # The columns to display.