Skip to content

Commit 6a63ff0

Browse files
committed
ustruct -> struct in design_guide.rst
1 parent 079c20e commit 6a63ff0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/design_guide.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -441,10 +441,10 @@ buffers.
441441
Examples
442442
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
443443

444-
ustruct.pack
444+
struct.pack
445445
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
446446

447-
Use `ustruct.pack_into` instead of `ustruct.pack`.
447+
Use `struct.pack_into` instead of `struct.pack`.
448448

449449
Sensor properties and units
450450
--------------------------------------------------------------------------------

0 commit comments

Comments
 (0)