diff --git a/lldb/examples/python/scripted_process/scripted_process.py b/lldb/examples/python/scripted_process/scripted_process.py index a84e057edc5ec..758d0a47d1152 100644 --- a/lldb/examples/python/scripted_process/scripted_process.py +++ b/lldb/examples/python/scripted_process/scripted_process.py @@ -200,7 +200,7 @@ def get_process_metadata(self): 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 @@ def get_extended_info(self): 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