docs: fix typos
Signed-off-by: Eric Callahan <arksine.code@gmail.com>
This commit is contained in:
parent
81176a6d31
commit
628c7e2e4d
|
@ -40,7 +40,7 @@ class Example:
|
||||||
self.example_float_opt = config.getfloat("example_float_option", None)
|
self.example_float_opt = config.getfloat("example_float_option", None)
|
||||||
|
|
||||||
self.server.register_endpoint("/server/example", ['GET'],
|
self.server.register_endpoint("/server/example", ['GET'],
|
||||||
self._handle_example request)
|
self._handle_example_request)
|
||||||
|
|
||||||
async def request_some_klippy_state(self):
|
async def request_some_klippy_state(self):
|
||||||
klippy_apis = self.server.lookup_component('klippy_apis')
|
klippy_apis = self.server.lookup_component('klippy_apis')
|
||||||
|
|
|
@ -3250,7 +3250,7 @@ state:
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
|
||||||
Where `throtled_state` is an object that matches the `throttled_state` field
|
Where `throttled_state` is an object that matches the `throttled_state` field
|
||||||
in the response from a [Moonraker process stats](#get-moonraker-process-stats)
|
in the response from a [Moonraker process stats](#get-moonraker-process-stats)
|
||||||
request. It is possible for clients to receive this notification multiple times
|
request. It is possible for clients to receive this notification multiple times
|
||||||
if the system repeatedly transitions between an active and inactive throttled
|
if the system repeatedly transitions between an active and inactive throttled
|
||||||
|
|
Loading…
Reference in New Issue