Skip to content

Commit 5a337ea

Browse files
committed
[lldb] Fix typo in ScriptedProcess python docstrings (NFC)
Signed-off-by: Med Ismail Bennani <[email protected]>
1 parent 8a21f36 commit 5a337ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/examples/python/scripted_process/scripted_process.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ def get_process_metadata(self):
197197
198198
Returns:
199199
Dict: A dictionary containing metadata for the scripted process.
200-
None is the process as no metadata.
200+
None if the process as no metadata.
201201
"""
202202
return self.metadata
203203

@@ -347,7 +347,7 @@ def get_extended_info(self):
347347
348348
Returns:
349349
List: A list containing the extended information for the scripted process.
350-
None is the thread as no extended information.
350+
None if the thread as no extended information.
351351
"""
352352
return self.extended_info
353353

0 commit comments

Comments
 (0)