From ab38220c60d59f7bc164c76bde72201746a53da9 Mon Sep 17 00:00:00 2001 From: Jordan Wiens Date: Thu, 18 Feb 2021 14:31:49 -0500 Subject: fix syntax error in pydoc warnings --- python/function.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/function.py') diff --git a/python/function.py b/python/function.py index da6d66e2..783df87e 100644 --- a/python/function.py +++ b/python/function.py @@ -2872,7 +2872,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|highlight.HighlightColor color: Color value to use for highlighting -- cgit v1.3.1