Skip to content

Commit 3f77904

Browse files
authored
Merge pull request #1792 from plotly/table-docstring-fix
remove duplicated words in table docstring
2 parents 8a92453 + 4df6987 commit 3f77904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/dash-table/src/dash-table/dash/DataTable.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import LazyLoader from 'dash-table/LazyLoader';
77

88
/**
99
* Dash DataTable is an interactive table component designed for
10-
* designed for viewing, editing, and exploring large datasets.
10+
* viewing, editing, and exploring large datasets.
1111
* DataTable is rendered with standard, semantic HTML <table/> markup,
1212
* which makes it accessible, responsive, and easy to style. This
1313
* component was written from scratch in React.js specifically for the

0 commit comments

Comments
 (0)