Doco update.

This commit is contained in:
Nick Brassel 2021-09-16 11:43:19 +10:00
parent 942d9f6a09
commit ec9a78cc4a
3 changed files with 3 additions and 3 deletions

View file

@ -59,7 +59,7 @@
'''
"struct{}":
'''
A structure of data, packing different objects together. Data is "compacted" -- there are no padding bytes between fields. Equivalent to a C-style `struct`. The order in which they're defined matches the order of the data in the response packet.
A structure of data, packing different objects together. Data is "compacted" -- there are no padding bytes between fields. Equivalent to a packed C-style `struct`. The order in which they're defined matches the order of the data in the response packet.
'''
}