From 82f8c59bc7a033ab12a00177c8078c923f7eae7b Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 4 Jan 2021 12:18:42 +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 5940dd1c3..3c2075fa6 100644 --- a/docs/rc_protocol.rst +++ b/docs/rc_protocol.rst @@ -12,7 +12,7 @@ Where ```` is the byte ``0x1b``. The JSON object has the form:: { "cmd": "command name", "version": , - "no_response": Optional Boolean, + "no_response": , "payload": , }