Updated docs

This commit is contained in:
Joel Collins 2020-01-15 11:53:59 +00:00
parent 397f6ef19f
commit e74d509d9e

View file

@ -89,7 +89,7 @@ class CaptureAPI(View):
@ThingAction
class RAMCaptureAPI(View):
"""
Create a non-persistant image capture.
Take a non-persistant image capture.
"""
@use_args(
@ -106,7 +106,7 @@ class RAMCaptureAPI(View):
@doc_response(200, mimetype="image/jpeg")
def post(self, args):
"""
Create a non-persistant image capture.
Take a non-persistant image capture.
"""
microscope = find_component("org.openflexure.microscope")