Skip to content

Commit aa04aff

Browse files
committed
Spelling fixes in docs.
1 parent c496f96 commit aa04aff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/source/actions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ If you start a new thread from an action, code running in that thread will
101101
not have an invocation ID set in a context variable. A subclass of
102102
`threading.Thread` is provided to do this, `.ThreadWithInvocationID`\ .
103103
This may be useful for test code, or if you wish to run actions in the
104-
backgound, with the option of cancelling them.
104+
background, with the option of cancelling them.
105105

106106
Raising exceptions
107107
------------------

docs/source/structure.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ Client code can be written in any language that supports an HTTP request. Howeve
5151

5252
`.ThingClient` is a class that wraps up the required HTTP requests into a simpler interface. It can retrieve the :ref:`gen_td` over HTTP and use it to generate a new object with methods matching each `.thing_action` and properties matching each `.property`.
5353

54-
While the current dynamic implemenation of `.ThingClient` can be inspected with functions like `help` at runtime, it does not work well with static tools like `mypy` or `pyright`\ . In the future, LabThings should be able to generate static client code that works better with autocompletion and type checking.
54+
While the current dynamic implementation of `.ThingClient` can be inspected with functions like `help` at runtime, it does not work well with static tools like `mypy` or `pyright`\ . In the future, LabThings should be able to generate static client code that works better with autocompletion and type checking.

0 commit comments

Comments
 (0)