Skip to content

Commit ae92f6e

Browse files
committed
[lldb][Docs] Remove unnecessary colon in title
1 parent d172286 commit ae92f6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/docs/use/python-reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,8 +885,8 @@ When the program is stopped at the beginning of the 'read' function in libc, we
885885
(lldb) frame variable
886886
(int) fd = 3
887887

888-
Writing Target Stop-Hooks in Python:
889-
------------------------------------
888+
Writing Target Stop-Hooks in Python
889+
-----------------------------------
890890

891891
Stop hooks fire whenever the process stops just before control is returned to the
892892
user. Stop hooks can either be a set of lldb command-line commands, or can

0 commit comments

Comments
 (0)