summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--docs/interop/qmp-spec.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/interop/qmp-spec.rst b/docs/interop/qmp-spec.rst
index 45d6c98041..563344160e 100644
--- a/docs/interop/qmp-spec.rst
+++ b/docs/interop/qmp-spec.rst
@@ -307,7 +307,7 @@ This section provides some examples of real QMP usage, in all of them
   .. code-block:: QMP
 
     -> { "execute": }
-    <- { "error": { "class": "GenericError", "desc": "Invalid JSON syntax" } }
+    <- { "error": { "class": "GenericError", "desc": "JSON parse error, expecting value" } }
 
 .. admonition:: Example