diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2020-09-16 20:25:23 -0400 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2020-09-16 20:25:23 -0400 |
| commit | 7921fd24f0716c50b8e23fc999994fa5085329cb (patch) | |
| tree | 8c512913704786716bbd4c06e16f453705e4cd63 /python/basicblock.py | |
| parent | fb72d65faa0df025cc5a5aaaeca850b401ab1d93 (diff) | |
fixup broken warning syntax
Diffstat (limited to 'python/basicblock.py')
| -rw-r--r-- | python/basicblock.py | 2 |
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 """ |
