Fixed docstrings

This commit is contained in:
Joel Collins 2019-01-24 16:24:14 +00:00
parent 80cc74bd3d
commit 465ed647d3
6 changed files with 58 additions and 58 deletions

View file

@ -13,7 +13,7 @@ class IdentifyAPI(MicroscopeViewPlugin):
"""
Default plugin to return a plaintext representation of the camera and stage objects.
.. :quickref: Default plugin; Show representation of camera and stage objects.
.. :quickref: Default plugin; Identify hardware
"""
data = self.microscope.plugin.default.identify() # Call a method from our plugin, using the full route
return Response(escape(data))