From 7921fd24f0716c50b8e23fc999994fa5085329cb Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Wed, 16 Sep 2020 20:25:23 -0400 Subject: fixup broken warning syntax --- python/basicblock.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/basicblock.py') 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 """ -- cgit v1.3.1