Skip to content

Commit 6235479

Browse files
[lldb] Fix a typo in documentation (#141384)
1 parent 7341031 commit 6235479

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)