summaryrefslogtreecommitdiffstats
path: root/Doc/library/struct.rst
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-10-15 12:55:19 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-10-15 12:55:19 (GMT)
commit916bd38a06996b1d91969d6705d03a6c9993c1c8 (patch)
treeb25099efaa739db9bb7f94becce95e83c93c46a6 /Doc/library/struct.rst
parent8dbf629bbd678da2e818bf404657fadba6dfa23f (diff)
downloadcpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.zip
cpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.tar.gz
cpython-916bd38a06996b1d91969d6705d03a6c9993c1c8.tar.bz2
Fixing some sphinx inline directives - detected using ``make check``.
Diffstat (limited to 'Doc/library/struct.rst')
-rw-r--r--Doc/library/struct.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/struct.rst b/Doc/library/struct.rst
index 9e6ea85..aa9921e 100644
--- a/Doc/library/struct.rst
+++ b/Doc/library/struct.rst
@@ -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
------------------------