소스 검색

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.