From 154a3a5c693d6bc8933a7922f2c553468d2a822e Mon Sep 17 00:00:00 2001 From: rolux Date: Fri, 19 Dec 2014 14:43:09 +0000 Subject: [PATCH] update documentation for api.error --- ox/django/api/actions.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ox/django/api/actions.py b/ox/django/api/actions.py index a3ecb0f..bba7f2a 100644 --- a/ox/django/api/actions.py +++ b/ox/django/api/actions.py @@ -129,7 +129,7 @@ actions = ApiActions() def error(request, data): ''' - this action is used to test api error codes, it should return a 503 error + This action is used to test API error codes. It should return a 503 error. ''' success = error_is_success return render_to_json_response({})