From f1759fa9152ebec75b05e534207246bf8cca839d Mon Sep 17 00:00:00 2001 From: Daniel Malea Date: Mon, 12 Nov 2012 22:34:24 +0000 Subject: [PATCH] Fix minor typo on build page. llvm-svn: 167770 --- lldb/www/build.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lldb/www/build.html b/lldb/www/build.html index d1d0894..2670c46 100755 --- a/lldb/www/build.html +++ b/lldb/www/build.html @@ -114,7 +114,7 @@ parameter to the configure script.

Additional Notes

-

LLDB has a Python scripting capability and supplies it’s own Python module, +

LLDB has a Python scripting capability and supplies its own Python module, lldb, built alongside the lldb binary. Python needs to know where to look for this module when LLDB starts up. To tell python the location of LLDB, set PYTHONPATH environment variable. -- 2.7.4