diff --git a/pandora/annotation/views.py b/pandora/annotation/views.py index 9def1a967..2cc039c32 100644 --- a/pandora/annotation/views.py +++ b/pandora/annotation/views.py @@ -159,7 +159,7 @@ def addAnnotation(request, data): ... // more annotation properties } see: addAnnotations, editAnnotation, findAnnotations, getAnnotation, - getTaskStatus, removeAnnotation + taskStatus, removeAnnotation ''' for key in ('item', 'layer', 'in', 'out', 'value'): if key not in data: @@ -213,10 +213,10 @@ def addAnnotations(request, data): ] } returns { - taskId: string // task id, use `getTaskStatus` to poll + taskId: string // task id, use `taskStatus` to poll } see: addAnnotation, editAnnotation, findAnnotations, getAnnotation, - getTaskStatus, removeAnnotation + taskStatus, removeAnnotation ''' for key in ('item', 'layer', 'annotations'): if key not in data: