File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33.. _floatobjects :
44
55Floating Point Objects
6- ----------------------
6+ ======================
77
88.. index :: pair: object; floating point
99
@@ -79,7 +79,7 @@ Floating Point Objects
7979
8080
8181Pack and Unpack functions
82- =========================
82+ -------------------------
8383
8484The pack and unpack functions provide an efficient platform-independent way to
8585store floating-point values as byte strings. The Pack routines produce a bytes
@@ -104,7 +104,7 @@ happens in such cases is partly accidental (alas).
104104.. versionadded:: 3.11
105105
106106Pack functions
107- --------------
107+ ^^^^^^^^^^^^^^
108108
109109The pack routines write 2, 4 or 8 bytes, starting at *p*. *le* is an
110110:c:expr:`int` argument, non-zero if you want the bytes string in little-endian
@@ -135,7 +135,7 @@ There are two problems on non-IEEE platforms:
135135
136136
137137Unpack functions
138- ----------------
138+ ^^^^^^^^^^^^^^^^
139139
140140The unpack routines read 2, 4 or 8 bytes, starting at *p *. *le * is an
141141:c:expr: `int ` argument, non-zero if the bytes string is in little-endian format
Original file line number Diff line number Diff line change @@ -134,7 +134,7 @@ See also :ref:`Reflection <reflection>`.
134134
135135
136136Internal Frames
137- ---------------
137+ ^^^^^^^^^^^^^^^
138138
139139Unless using :pep: `523 `, you will not need this.
140140
Original file line number Diff line number Diff line change @@ -113,7 +113,7 @@ Slice Objects
113113
114114
115115Ellipsis Object
116- ---------------
116+ ^^^^^^^^^^^^^^^
117117
118118
119119.. c :var :: PyObject *Py_Ellipsis
You can’t perform that action at this time.
0 commit comments