diff --git a/pynecone/components/datadisplay/datatable.py b/pynecone/components/datadisplay/datatable.py index 95d28ff1686..bc2028dfb3d 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.