summaryrefslogtreecommitdiff
path: root/python/__init__.py
diff options
context:
space:
mode:
authorPeter LaFosse <peter@vector35.com>2017-08-09 21:04:13 -0400
committerPeter LaFosse <peter@vector35.com>2017-08-11 13:35:47 -0400
commitca2aaa21523b210157fb71c066acfbebf9dadc78 (patch)
treea4e52a11483a273f360165b39940a87216c03bd3 /python/__init__.py
parent22edfd701bff068067b43a8e6a682202d19ce122 (diff)
Fixing some broken documentation
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 7f5206ff..45b115b9 100644
--- a/python/__init__.py
+++ b/python/__init__.py
@@ -70,7 +70,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()