[lldb] Fix typo in ScriptedProcess python docstrings (NFC)

Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
This commit is contained in:
Med Ismail Bennani
2023-02-01 14:52:50 -08:00
parent 35ef899f94
commit 2403fa46b9

View File

@@ -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