From 7921fd24f0716c50b8e23fc999994fa5085329cb Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 16 Sep 2020 20:25:23 -0400 Subject: fixup broken warning syntax --- python/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/__init__.py') diff --git a/python/__init__.py b/python/__init__.py index 352ecc42..ebde1769 100644 --- a/python/__init__.py +++ b/python/__init__.py @@ -85,7 +85,7 @@ def get_install_directory(): """ ``get_install_directory`` returns a string pointing to the installed binary currently running - ..warning:: ONLY for use within the Binary Ninja UI, behavior is undefined and unreliable if run headlessly + .. warning:: ONLY for use within the Binary Ninja UI, behavior is undefined and unreliable if run headlessly """ return core.BNGetInstallDirectory() -- cgit v1.3.1