CAVEconnectome / CAVEclient

This is the python client for accessing REST APIs within the Connectome Annotation Versioning Engine.
https://caveconnectome.github.io/CAVEclient/
MIT License
21 stars 11 forks source link

Wrong docstring in AnnotationClient.annotation.delete_annotation #51

Closed schlegelp closed 2 years ago

schlegelp commented 3 years ago

Hi! Not a big deal but probably slightly confusing for the less versed Pythonista:

The docstring for deleting annotations (AnnotationClient.annotation.delete_annotation) is the same as that for updating annotations.

https://github.com/seung-lab/CAVEclient/blob/dec850dff9e0fa0a9ef8c2a0c79bf82cd2fc5b97/caveclient/annotationengine.py#L550

fcollman commented 2 years ago

I think we have addressed this now!