From ae92f6e8aeb97e39b95a40fde8a176f6aff94063 Mon Sep 17 00:00:00 2001 From: David Spickett Date: Mon, 5 Feb 2024 15:24:14 +0000 Subject: [PATCH] [lldb][Docs] Remove unnecessary colon in title --- lldb/docs/use/python-reference.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/docs/use/python-reference.rst b/lldb/docs/use/python-reference.rst index 79851490aa43..e5195a2471d9 100644 --- a/lldb/docs/use/python-reference.rst +++ b/lldb/docs/use/python-reference.rst @@ -885,8 +885,8 @@ When the program is stopped at the beginning of the 'read' function in libc, we (lldb) frame variable (int) fd = 3 -Writing Target Stop-Hooks in Python: ------------------------------------- +Writing Target Stop-Hooks in Python +----------------------------------- Stop hooks fire whenever the process stops just before control is returned to the user. Stop hooks can either be a set of lldb command-line commands, or can