From b0ccf740299b439dde86e652718df85060c3d5cd Mon Sep 17 00:00:00 2001 From: pagedown Date: Fri, 24 Dec 2021 11:44:58 +0800 Subject: [PATCH] Docs: Replace Unicode left single quote with ASCII single quote --- kitty/options/definition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/options/definition.py b/kitty/options/definition.py index 7bbaadd16..db3dd6b44 100644 --- a/kitty/options/definition.py +++ b/kitty/options/definition.py @@ -987,7 +987,7 @@ The tab bar style, can be one of: A user-supplied Python function called draw_tab is loaded from the file :file:`tab_bar.py` in the kitty config directory. For examples of how to write such a function, see the functions named :code:`draw_tab_with_*` in - kitty‘s source code: :file:`kitty/tab_bar.py`. + kitty's source code: :file:`kitty/tab_bar.py`. :code:`hidden` The tab bar is hidden. If you use this, you might want to create a mapping for the :ref:`action-select_tab`