Explorar el Código

Fix comment in datatable (#309)

Dong-hyeon Shin hace 2 años
padre
commit
2a5ed7d40b
Se han modificado 1 ficheros con 1 adiciones y 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.