From b3f161efcee56f4ada5cb23e81ea300b1f54128a Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 19 Apr 2020 19:39:56 +0530 Subject: [PATCH] ... --- kitty/rc/set_spacing.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kitty/rc/set_spacing.py b/kitty/rc/set_spacing.py index 1d79a3cf2..14097d410 100644 --- a/kitty/rc/set_spacing.py +++ b/kitty/rc/set_spacing.py @@ -52,7 +52,7 @@ class SetSpacing(RemoteCommand): desc = ( 'Set the padding and margins for the specified windows (defaults to active window).' ' For example: margin=20 or padding-left=10 or margin-h=30. The shorthand form sets' - ' all values, the *-h and *-v variants set horizontal and vertical values.' + ' all values, the :code:`*-h` and :code:`*-v` variants set horizontal and vertical values.' ' The special value "default" resets to using the default value.' ' If you specify a tab rather than a window, all windows in that tab are affected.' )