##// END OF EJS Templates
fix typo in message spec doc...
Matthias BUSSONNIER -
Show More
@@ -630,7 +630,7 b' Message type: ``complete_reply``::'
630 # this is typically the common prefix of the matches,
630 # this is typically the common prefix of the matches,
631 # and the text that is already in the block that would be replaced by the full completion.
631 # and the text that is already in the block that would be replaced by the full completion.
632 # This would be 'a.is' in the above example.
632 # This would be 'a.is' in the above example.
633 'text' : str,
633 'matched_text' : str,
634
634
635 # status should be 'ok' unless an exception was raised during the request,
635 # status should be 'ok' unless an exception was raised during the request,
636 # in which case it should be 'error', along with the usual error message content
636 # in which case it should be 'error', along with the usual error message content
General Comments 0
You need to be logged in to leave comments. Login now