We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aadf31c commit b4d4499Copy full SHA for b4d4499
1 file changed
Doc/library/struct.rst
@@ -111,7 +111,7 @@ Format Strings
111
--------------
112
113
Format strings describe the data layout when
114
-packing and unpacking data. They are built up from :ref:`type codes<type-codes>`,
+packing and unpacking data. They are built up from :ref:`type codes <type-codes>`,
115
which specify the type of data being packed/unpacked. In addition,
116
special characters control the :ref:`byte order, size and alignment<struct-alignment>`.
117
Each format string consists of an optional prefix character which
0 commit comments