Skip to content

Commit 87990fd

Browse files
committed
[lldb] Fix formatting in python-reference.rst
1 parent e49c156 commit 87990fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/docs/use/python-reference.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ The custom Resolver is provided as a Python class with the following methods:
356356
| | | symbol name, you could write a generic symbol name based Resolver, and then allow the user to pass |
357357
| | | in the particular symbol in the extra_args |
358358
+--------------------+---------------------------------------+------------------------------------------------------------------------------------------------------------------+
359-
| ``__callback__`` | ``sym_ctx``:`lldb.SBSymbolContext` | This is the Resolver callback. |
359+
| ``__callback__`` | ``sym_ctx``:`lldb.SBSymbolContext` | This is the Resolver callback. |
360360
| | | The ``sym_ctx`` argument will be filled with the current stage |
361361
| | | of the search. |
362362
| | | |
@@ -378,7 +378,7 @@ The custom Resolver is provided as a Python class with the following methods:
378378
| | | So you would want to return `lldb.eSearchDepthModule`. This method is optional. If not provided the search |
379379
| | | will be done at Module depth. |
380380
+--------------------+---------------------------------------+------------------------------------------------------------------------------------------------------------------+
381-
| ``get_short_help` | ``None`` | This is an optional method. If provided, the returned string will be printed at the beginning of |
381+
| ``get_short_help`` | ``None`` | This is an optional method. If provided, the returned string will be printed at the beginning of |
382382
| | | the description for this breakpoint. |
383383
+--------------------+---------------------------------------+------------------------------------------------------------------------------------------------------------------+
384384

0 commit comments

Comments
 (0)