diff options
Diffstat (limited to 'lldb/docs/use/python-reference.rst')
-rw-r--r-- | lldb/docs/use/python-reference.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/docs/use/python-reference.rst b/lldb/docs/use/python-reference.rst index 84204f06272..2346947f742 100644 --- a/lldb/docs/use/python-reference.rst +++ b/lldb/docs/use/python-reference.rst @@ -672,7 +672,7 @@ Using the lldb.py module in Python ---------------------------------- LLDB has all of its core code build into a shared library which gets used by -the lldb command line application. On Mac OS X this shared library is a +the `lldb` command line application. On macOS this shared library is a framework: LLDB.framework and on other unix variants the program is a shared library: lldb.so. LLDB also provides an lldb.py module that contains the bindings from LLDB into Python. To use the LLDB.framework to create your own |