We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a21f36 commit 5a337eaCopy full SHA for 5a337ea
lldb/examples/python/scripted_process/scripted_process.py
@@ -197,7 +197,7 @@ def get_process_metadata(self):
197
198
Returns:
199
Dict: A dictionary containing metadata for the scripted process.
200
- None is the process as no metadata.
+ None if the process as no metadata.
201
"""
202
return self.metadata
203
@@ -347,7 +347,7 @@ def get_extended_info(self):
347
348
349
List: A list containing the extended information for the scripted process.
350
- None is the thread as no extended information.
+ None if the thread as no extended information.
351
352
return self.extended_info
353
0 commit comments