Author: Jason Molenda
Date: 2020-02-13T13:06:44-08:00
New Revision: 14d686309a1ac9cc41522b00da7a751db592ef6e

URL: 
https://github.com/llvm/llvm-project/commit/14d686309a1ac9cc41522b00da7a751db592ef6e
DIFF: 
https://github.com/llvm/llvm-project/commit/14d686309a1ac9cc41522b00da7a751db592ef6e.diff

LOG: Small reformat to avoid tripping up possible formatting.

Added: 
    

Modified: 
    lldb/docs/use/variable.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/use/variable.rst b/lldb/docs/use/variable.rst
index 7915abf92d65..5b1fef7b06c3 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:


        
_______________________________________________
lldb-commits mailing list
lldb-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

Reply via email to