Fixed autoclass formatting error
This commit is contained in:
parent
cb54ab5568
commit
399bf82c21
1 changed files with 1 additions and 1 deletions
|
|
@ -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)
|
new_plugin_string = payload.param('my_string', default='', convert=str)
|
||||||
...
|
...
|
||||||
|
|
||||||
.. autoclass: openflexure_microscope.api.utilities.JsonPayload
|
.. autoclass:: openflexure_microscope.api.utilities.JsonPayload
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue