浏览代码

Fix comment in datatable (#309)

Dong-hyeon Shin 2 年之前
父节点
当前提交
2a5ed7d40b
共有 1 个文件被更改,包括 1 次插入1 次删除
  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.