From be2a5f380b6a2e079625a700631f2971dee313dd Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 6 Nov 2025 15:35:54 -0500 Subject: fix small formatting in memorymap api docs --- python/binaryview.py | 1 + 1 file changed, 1 insertion(+) (limited to 'python/binaryview.py') diff --git a/python/binaryview.py b/python/binaryview.py index a2b85c4b..69dbc93f 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -2450,6 +2450,7 @@ class MemoryMap: precedence by default. All MemoryMap APIs support undo and redo operations. During BinaryView::Init, these APIs should be used conditionally: + * Initial load: Use the MemoryMap APIs to define the memory regions that compose the system. * Database load: Do not use the MemoryMap APIs, as the regions are already persisted and will be restored automatically. -- cgit v1.3.1