summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2020-09-16 20:25:23 -0400
committerJordan Wiens <jordan@psifertex.com>2020-09-16 20:25:23 -0400
commit7921fd24f0716c50b8e23fc999994fa5085329cb (patch)
tree8c512913704786716bbd4c06e16f453705e4cd63 /python/__init__.py
parentfb72d65faa0df025cc5a5aaaeca850b401ab1d93 (diff)
fixup broken warning syntax
Diffstat (limited to 'python/__init__.py')
-rw-r--r--python/__init__.py2
1 files changed, 1 insertions, 1 deletions
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()