From 3501a2a1da16caa92f8908d6147f29d5e1c0b687 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sun, 2 Dec 2018 13:52:06 +0530 Subject: [PATCH] ... --- docs/kittens/custom.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/kittens/custom.rst b/docs/kittens/custom.rst index 5b777602f..91036bb4c 100644 --- a/docs/kittens/custom.rst +++ b/docs/kittens/custom.rst @@ -119,4 +119,4 @@ layout, by simply adding the line:: boss.toggle_fullscreen() -to the handle_result() function, above. +to the ``handle_result()`` function, above.