From f5ca152c06e528440da22797bb1762d8c208a98f Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Fri, 6 Jun 2025 13:59:49 -0400 Subject: fix broken link in python docs --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python') diff --git a/python/__init__.py b/python/__init__.py index 79f11c2d..6ed898f4 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -407,7 +407,7 @@ def load(*args, **kwargs) -> BinaryView: .. note:: The progress_func callback **must** return True to continue the load operation, False will abort the load operation. - .. warning:: The progress_func will **only** be called for BNDB files, not for any other file format due to a `design limitation `_. + .. warning:: The progress_func will **only** be called for BNDB files, not for any other file format due to a `design limitation `_. :Example: >>> from binaryninja import * -- cgit v1.3.1