mirror of
https://github.com/python/cpython.git
synced 2025-11-25 21:11:09 +00:00
Avoid using the default reST role. Makes Doc/tools/rstlint.py happy.
This commit is contained in:
parent
a971df3cd5
commit
a7cbe28bcc
4 changed files with 13 additions and 13 deletions
|
|
@ -22,8 +22,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