Explorar o código

Fix comment in datatable (#309)

Dong-hyeon Shin %!s(int64=2) %!d(string=hai) anos
pai
achega
2a5ed7d40b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      pynecone/components/datadisplay/datatable.py

+ 1 - 1
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.