Nic ciekawego.
[redakcja.git] / apps / api / handlers / text_handler.py
index 5e34ab4..31f958d 100644 (file)
@@ -71,7 +71,7 @@ class DocumentTextHandler(BaseHandler):
 
             if xchunk is None:
                 return response.EntityNotFound().django_response({
-                      'reason': 'no-part-in-document',
+                      'reason': 'no-chunk-in-document',
                       'path': chunk
                 })