summaryrefslogtreecommitdiffstats
path: root/runtime/tools
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/tools')
-rw-r--r--runtime/tools/demoserver.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/tools/demoserver.py b/runtime/tools/demoserver.py
index 9f22aa2937..c701434b28 100644
--- a/runtime/tools/demoserver.py
+++ b/runtime/tools/demoserver.py
@@ -2,7 +2,7 @@
#
# Server that will accept connections from a Vim channel.
# Run this server and then in Vim you can open the channel:
-# :let handle = ch_open('localhost:8765', 'json')
+# :let handle = ch_open('localhost:8765')
#
# Then Vim can send requests to the server:
# :let response = ch_sendexpr(handle, 'hello!')