8000 [Docs] GDB howto: Fix block type of a cast example (#127621) · python/cpython@657d0e9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 657d0e9

Browse files
authored
[Docs] GDB howto: Fix block type of a cast example (#127621)
1 parent 23f2e8f commit 657d0e9

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)
0