From e72b60c8827454f59bd1fb418d4332af5bb8fd97 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Fri, 31 Jan 2020 15:11:30 +0530 Subject: [PATCH] tiling->tiled --- kitty/config_data.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/config_data.py b/kitty/config_data.py index 43bb46edd..c53b91829 100644 --- a/kitty/config_data.py +++ b/kitty/config_data.py @@ -861,7 +861,7 @@ def config_or_absolute_path(x): o('background_image', 'none', option_type=config_or_absolute_path, long_text=_(''' Path to a background image. Must be in PNG format.''')) -o('background_image_layout', 'tiling', option_type=choices('tiling', 'scaled', 'mirror_tiled'), long_text=_(''' +o('background_image_layout', 'tiled', option_type=choices('tiled', 'scaled', 'mirror_tiled'), long_text=_(''' Whether to tile or scale the background image.''')) o('background_image_linear', False, long_text=_('''