From 3cee8e8673a152dc8e20743f665a2518869e64d8 Mon Sep 17 00:00:00 2001 From: Will McGugan Date: Thu, 12 Oct 2023 10:44:09 +0100 Subject: [PATCH] typo --- src/textual/widgets/_data_table.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/textual/widgets/_data_table.py b/src/textual/widgets/_data_table.py index e49b1b00cf..1aa6931a4c 100644 --- a/src/textual/widgets/_data_table.py +++ b/src/textual/widgets/_data_table.py @@ -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