Skip to content

Commit f8c0d80

Browse files
[3.12] [Docs] GDB howto: Fix block type of a cast example (GH-127621) (#127654)
[Docs] GDB howto: Fix block type of a cast example (GH-127621) (cherry picked from commit 657d0e9) Co-authored-by: Maciej Olko <[email protected]>
1 parent 675324d commit f8c0d80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/howto/gdb_helpers.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ regular machine-level integer::
180180
(gdb) p some_python_integer
181181
$4 = 42
182182

183-
The internal structure can be revealed with a cast to :c:expr:`PyLongObject *`:
183+
The internal structure can be revealed with a cast to :c:expr:`PyLongObject *`::
184184

185185
(gdb) p *(PyLongObject*)some_python_integer
186186
$5 = {ob_base = {ob_base = {ob_refcnt = 8, ob_type = 0x3dad39f5e0}, ob_size = 1},

0 commit comments

Comments
 (0)