summaryrefslogtreecommitdiff
path: root/python/basicblock.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/basicblock.py
parentfb72d65faa0df025cc5a5aaaeca850b401ab1d93 (diff)
fixup broken warning syntax
Diffstat (limited to 'python/basicblock.py')
-rw-r--r--python/basicblock.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/basicblock.py b/python/basicblock.py
index 58eb863f..99e1957b 100644
--- a/python/basicblock.py
+++ b/python/basicblock.py
@@ -495,7 +495,7 @@ class BasicBlock(object):
"""
``set_auto_highlight`` highlights the current BasicBlock 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 HighlightStandardColor or highlight.HighlightColor color: Color value to use for highlighting
"""