diff options
| author | Dan Halbert <halbert@halwitz.org> | 2018-05-23 15:05:38 -0400 |
|---|---|---|
| committer | Dan Halbert <halbert@halwitz.org> | 2018-05-23 15:05:38 -0400 |
| commit | 6a63ff096a553dd3b6de29a8cc89667fc434f36e (patch) | |
| tree | 0a09b12a9ba5bf9a14364ae904245c5eff0b3fb3 /docs | |
| parent | 079c20e58e2bb1ce8859cea99b951f6a3605e80b (diff) | |
ustruct -> struct in design_guide.rst
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/design_guide.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/design_guide.rst b/docs/design_guide.rst index a1524eaa2..e7b3832bc 100644 --- a/docs/design_guide.rst +++ b/docs/design_guide.rst @@ -441,10 +441,10 @@ buffers. Examples ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ -ustruct.pack +struct.pack ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -Use `ustruct.pack_into` instead of `ustruct.pack`. +Use `struct.pack_into` instead of `struct.pack`. Sensor properties and units -------------------------------------------------------------------------------- |
