Fixing some sphinx inline directives - detected using `make check`.

This commit is contained in:
Senthil Kumaran 2010-10-15 12:55:19 +00:00
parent 8dbf629bbd
commit 916bd38a06
8 changed files with 17 additions and 17 deletions

View file

@ -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
------------------------