Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
willmcgugan committed Oct 12, 2023
1 parent 86b3f64 commit 3cee8e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/textual/widgets/_data_table.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,10 +614,10 @@ def __init__(
table or not.
cursor_foreground_priority: If the data associated with a cell is an
arbitrary renderable with a set foreground color, this determines whether
that color is prioritised over the cursor component class or not.
that color is prioritized over the cursor component class or not.
cursor_background_priority: If the data associated with a cell is an
arbitrary renderable with a set background color, this determines whether
that color is prioritesed over the cursor component class or not.
that color is prioritized over the cursor component class or not.
cursor_type: The type of cursor to be used when navigating the data table
with the keyboard.
cell_padding: The number of cells added on each side of each column. Setting
Expand Down

0 comments on commit 3cee8e8

Please sign in to comment.