Skip to content

Commit d4b586a

Browse files
authored
[LLDB][NFC] Fix typo in docs (#131388)
1 parent b3b5527 commit d4b586a

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
@@ -411,7 +411,7 @@ will use your resolver, but will only recurse into or accept new locations in
411411
the module a.out.
412412

413413
Another option for creating scripted breakpoints is to use the
414-
SBTarget.CreateBreakpointFromScript API. This one has the advantage that you
414+
SBTarget.BreakpointCreateFromScript API. This one has the advantage that you
415415
can pass in an arbitrary SBStructuredData object, so you can create more
416416
complex parametrizations. SBStructuredData has a handy SetFromJSON method which
417417
you can use for this purpose. Your __init__ function gets passed this

0 commit comments

Comments
 (0)