From 14d686309a1ac9cc41522b00da7a751db592ef6e Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 13 Feb 2020 13:06:44 -0800 Subject: [PATCH] Small reformat to avoid tripping up possible formatting. --- lldb/docs/use/variable.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lldb/docs/use/variable.rst b/lldb/docs/use/variable.rst index 7915abf..5b1fef7 100644 --- a/lldb/docs/use/variable.rst +++ b/lldb/docs/use/variable.rst @@ -701,8 +701,8 @@ something you have to deal with on your own. ``options`` Python summary formatters can optionally define this third argument, which is an object of type ``lldb.SBTypeSummaryOptions``, allowing for a few customizations of the result. The decision to -adopt or not this third argument - and the meaning of options thereof -- is up to the individual formatter's writer. +adopt or not this third argument - and the meaning of options +thereof - is up to the individual formatter's writer. Other than interactively typing a Python script there are two other ways for you to input a Python script as a summary: -- 2.7.4