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({})