mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
Fixing some sphinx inline directives - detected using `make check`.
This commit is contained in:
parent
8dbf629bbd
commit
916bd38a06
8 changed files with 17 additions and 17 deletions
|
|
@ -21,8 +21,8 @@ structs and the intended conversion to/from Python values.
|
|||
alignment is taken into account when unpacking. This behavior is chosen so
|
||||
that the bytes of a packed struct correspond exactly to the layout in memory
|
||||
of the corresponding C struct. To handle platform-independent data formats
|
||||
or omit implicit pad bytes, use `standard` size and alignment instead of
|
||||
`native` size and alignment: see :ref:`struct-alignment` for details.
|
||||
or omit implicit pad bytes, use ``standard`` size and alignment instead of
|
||||
``native`` size and alignment: see :ref:`struct-alignment` for details.
|
||||
|
||||
Functions and Exceptions
|
||||
------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue