[Lldb-commits] [PATCH] D104281: [lldb][docs] Add reference docs for Lua scripting
Pedro Tammela via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Tue Aug 17 08:27:44 PDT 2021
tammela added a comment.
I think we are getting there, just some more details
================
Comment at: lldb/docs/use/scripting-example.rst:822
+The complete code for the Dictionary program (with case-conversion bug), the
+DFS function and other Python script examples (tree_utils.py) used for this
+example are available below.
----------------
================
Comment at: lldb/docs/use/scripting-reference.rst:1
-Python Reference
-================
+Scripting Reference
+===================
----------------
I'm seeing some references to a "python script" when it should be really just "the following script" or something more neutral.
A quick way to solve this is to search for [Pp]ython and try to rewrite the phrase into something generic
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104281/new/
https://reviews.llvm.org/D104281
More information about the lldb-commits
mailing list