[lldb] Fix typo in ScriptedProcess python docstrings (NFC)
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
This commit is contained in:
@@ -200,7 +200,7 @@ class ScriptedProcess(metaclass=ABCMeta):
|
||||
|
||||
Returns:
|
||||
Dict: A dictionary containing metadata for the scripted process.
|
||||
None is the process as no metadata.
|
||||
None if the process as no metadata.
|
||||
"""
|
||||
return self.metadata
|
||||
|
||||
@@ -350,7 +350,7 @@ class ScriptedThread(metaclass=ABCMeta):
|
||||
|
||||
Returns:
|
||||
List: A list containing the extended information for the scripted process.
|
||||
None is the thread as no extended information.
|
||||
None if the thread as no extended information.
|
||||
"""
|
||||
return self.extended_info
|
||||
|
||||
|
||||
Reference in New Issue
Block a user