Fix wording in docstring.

llvm-svn: 134623
This commit is contained in:
Johnny Chen 2011-07-07 18:50:45 +00:00
parent ac4db9251b
commit c02a273ba6
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@ namespace lldb {
"SBDebugger is the primordial object that creates SBTargets and provides
access to them. It also manages the overall debugging experiences.
For example (in example/disasm.py),
For example (from example/disasm.py),
import lldb
import os