Skip to content

Commit ae5f01e

Browse files
authored
Merge pull request #126 from QuantStack/kaiayoung-patch-1
Correct datagrid.py docstring
2 parents 086c7cc + 1bed2ba commit ae5f01e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ipydatagrid/datagrid.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ class DataGrid(DOMWidget):
189189
'row': only row headers visible
190190
'column': only column headers visible
191191
'none': neither row and column headers visible
192-
data : pandas dataframe
192+
dataframe : pandas dataframe
193193
Data to display on Data Grid.
194194
renderers : dict
195195
Custom renderers to use for cell rendering. Keys of dictionary specify

0 commit comments

Comments
 (0)