summaryrefslogtreecommitdiff
path: root/python/function.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/function.py
parent22edfd701bff068067b43a8e6a682202d19ce122 (diff)
Fixing some broken documentation
Diffstat (limited to 'python/function.py')
-rw-r--r--python/function.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/function.py b/python/function.py
index f0b6faee..b14ba53e 100644
--- a/python/function.py
+++ b/python/function.py
@@ -835,7 +835,7 @@ class Function(object):
"""
``set_auto_instr_highlight`` highlights the instruction at the specified address with the supplied color
- .warning:: Use only in analysis plugins. Do not use in regular plugins, as colors won't be saved to the database.
+ ..warning:: Use only in analysis plugins. Do not use in regular plugins, as colors won't be saved to the database.
:param int addr: virtual address of the instruction to be highlighted
:param HighlightStandardColor or highlight.HighlightColor color: Color value to use for highlighting