Commit 399bf82c authored by Joel Collins's avatar Joel Collins
Browse files

Fixed autoclass formatting error

parent cb54ab55
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -112,7 +112,7 @@ To ease obtaining values from a JSON payload attached to an HTTP POST request, y
            new_plugin_string = payload.param('my_string', default='', convert=str)
            ...

.. autoclass: openflexure_microscope.api.utilities.JsonPayload
.. autoclass:: openflexure_microscope.api.utilities.JsonPayload
    :members: