瀏覽代碼

Correcting example JSON failure response

Hooksie 11 年之前
父節點
當前提交
080a441219
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/userguide/remote-tasks.rst

+ 1 - 1
docs/userguide/remote-tasks.rst

@@ -39,7 +39,7 @@ if the execution was successful::
 
 or if there was an error::
 
-    {'status': 'failure': 'reason': 'Invalid moon alignment.'}
+    {'status': 'failure', 'reason': 'Invalid moon alignment.'}
 
 Enabling the HTTP task
 ----------------------