Skip to content

Commit 6c8f3ee

Browse files
committed
Drop markdown backticks for codeblock
1 parent 6916438 commit 6c8f3ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lldb/bindings/interface/SBProcessDocstrings.i

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ SBProcess supports thread iteration. For example (from test/lldbutil.py), ::
260260
) lldb::SBProcess::DeallocateMemory;
261261

262262
%feature("docstring", "
263-
Get a list of all the memory regions associated with this process.
264-
```
263+
Get a list of all the memory regions associated with this process. ::
264+
265265
readable_regions = []
266266
for region in process.GetMemoryRegions():
267267
if region.IsReadable():
268268
readable_regions.append(region)
269-
```
269+
270270
"
271271
) lldb::SBProcess::GetMemoryRegions;

0 commit comments

Comments
 (0)