Skip to content

Commit 904608c

Browse files
kazutakahiratasivan-shani
authored andcommitted
[lldb] Fix a typo in documentation (llvm#141384)
1 parent 9db62c6 commit 904608c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/docs/use/python-reference.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -609,7 +609,7 @@ special needs.
609609
The easiest way to do this is to derive your new command from the lldb.ParsedCommand
610610
class. That responds in the same way to the help & repeat command interfaces, and
611611
provides some convenience methods, and most importantly an LLDBOptionValueParser,
612-
accessed throught lldb.ParsedCommand.get_parser(). The parser is used to set
612+
accessed through lldb.ParsedCommand.get_parser(). The parser is used to set
613613
your command definitions, and to retrieve option values in the __call__ method.
614614
615615
To set up the command definition, implement the ParsedCommand abstract method:

0 commit comments

Comments
 (0)