Skip to content

Commit a6ac1d8

Browse files
DonnaDiaslateny
authored andcommitted
added a note
1 parent 1a6bacb commit a6ac1d8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Doc/library/struct.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,8 @@ The module defines the following exception and functions:
6060
Pack the values *v1*, *v2*, ... according to the format string *format* and
6161
write the packed bytes into the writable buffer *buffer* starting at
6262
position *offset*. Note that *offset* is a required argument.
63-
63+
.. note::
64+
'x' padding inserts null bytes to pad bytes.
6465

6566
.. function:: unpack(format, buffer)
6667

0 commit comments

Comments
 (0)