Преглед на файлове

Merge pull request #1916 from Hooksie/patch-1

Correcting example JSON failure response
Ionel Cristian Mărieș преди 11 години
родител
ревизия
3c187bae7e
променени са 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
 ----------------------