[lldb] Fix typo in ScriptedProcess python docstrings (NFC)
authorMed Ismail Bennani <medismail.bennani@gmail.com>
Wed, 1 Feb 2023 22:52:50 +0000 (14:52 -0800)
committerMed Ismail Bennani <medismail.bennani@gmail.com>
Thu, 2 Feb 2023 23:22:52 +0000 (15:22 -0800)
Signed-off-by: Med Ismail Bennani <medismail.bennani@gmail.com>
lldb/examples/python/scripted_process/scripted_process.py

index a84e057..758d0a4 100644 (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