Skip to content

Commit b4d4499

Browse files
authored
Update Doc/library/struct.rst
1 parent aadf31c commit b4d4499

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/library/struct.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Format Strings
111111
--------------
112112

113113
Format strings describe the data layout when
114-
packing and unpacking data. They are built up from :ref:`type codes<type-codes>`,
114+
packing and unpacking data. They are built up from :ref:`type codes <type-codes>`,
115115
which specify the type of data being packed/unpacked. In addition,
116116
special characters control the :ref:`byte order, size and alignment<struct-alignment>`.
117117
Each format string consists of an optional prefix character which

0 commit comments

Comments
 (0)