Skip to content

Commit 7434975

Browse files
committed
typo fix
1 parent c93e22e commit 7434975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/textual/widgets/_data_table.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1040,7 +1040,7 @@ def get_row_key(self, row_index: int) -> RowKey:
10401040
row_index: The index of the row.
10411041
10421042
Returns:
1043-
Thhe current key of the specified row index.
1043+
The current key of the specified row index.
10441044
10451045
Raises:
10461046
RowDoesNotExist: If there is no row with the given index.

0 commit comments

Comments
 (0)