Skip to content

[LLDB][NFC] Fix typo in docs #131388

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 20, 2025
Merged

[LLDB][NFC] Fix typo in docs #131388

merged 1 commit into from
Mar 20, 2025

Conversation

kon72
Copy link
Contributor

@kon72 kon72 commented Mar 14, 2025

No description provided.

@kon72 kon72 requested a review from JDevlieghere as a code owner March 14, 2025 20:52
@llvmbot llvmbot added the lldb label Mar 14, 2025
@llvmbot
Copy link
Member

llvmbot commented Mar 14, 2025

@llvm/pr-subscribers-lldb

Author: Kon (kon72)

Changes

Full diff: https://github.com/llvm/llvm-project/pull/131388.diff

1 Files Affected:

  • (modified) lldb/docs/use/python-reference.rst (+1-1)
diff --git a/lldb/docs/use/python-reference.rst b/lldb/docs/use/python-reference.rst
index 95a6020ca3e45..02e09e10c0f6a 100644
--- a/lldb/docs/use/python-reference.rst
+++ b/lldb/docs/use/python-reference.rst
@@ -411,7 +411,7 @@ will use your resolver, but will only recurse into or accept new locations in
 the module a.out.
 
 Another option for creating scripted breakpoints is to use the
-SBTarget.CreateBreakpointFromScript API. This one has the advantage that you
+SBTarget.BreakpointCreateFromScript API. This one has the advantage that you
 can pass in an arbitrary SBStructuredData object, so you can create more
 complex parametrizations. SBStructuredData has a handy SetFromJSON method which
 you can use for this purpose. Your __init__ function gets passed this

@MacDue
Copy link
Member

MacDue commented Mar 19, 2025

kon72 does not have commit access, so @labath you should probably land this if you know the change is correct :)

@labath labath merged commit d4b586a into llvm:main Mar 20, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants