Parcourir la source

Correcting example JSON failure response

Hooksie il y a 11 ans
Parent
commit
080a441219
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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
 ----------------------