From e74d509d9ee5b214fe80bfc9c1d2e785bc7cb2f6 Mon Sep 17 00:00:00 2001 From: Joel Collins Date: Wed, 15 Jan 2020 11:53:59 +0000 Subject: [PATCH] Updated docs --- openflexure_microscope/api/v2/views/actions/camera.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openflexure_microscope/api/v2/views/actions/camera.py b/openflexure_microscope/api/v2/views/actions/camera.py index 24a29729..d6855b7b 100644 --- a/openflexure_microscope/api/v2/views/actions/camera.py +++ b/openflexure_microscope/api/v2/views/actions/camera.py @@ -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")