From fb838a694e748947a913eed3438e76693e12c939 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 11 Aug 2020 13:08:16 +0530 Subject: [PATCH] ... --- docs/rc_protocol.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rc_protocol.rst b/docs/rc_protocol.rst index 0e0d51eb6..afd868b7b 100644 --- a/docs/rc_protocol.rst +++ b/docs/rc_protocol.rst @@ -21,7 +21,7 @@ standalone client, use the kitty version that you are developing against. Using a version greater than the version of the kitty instance you are talking to, will cause a failure. -Set ``no_response`` to True if you don't want a response from kitty. +Set ``no_response`` to ``true`` if you don't want a response from kitty. The optional payload is a JSON object that is specific to the actual command being sent. The fields in the object for every command are documented below.