From d7a69a1e6a9203d399117ff70e3eba8acbfe8d3f Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Wed, 14 Oct 2020 23:37:22 -0400 Subject: Fix broken parse_possiblevalueset documentation. --- python/binaryview.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'python/binaryview.py') diff --git a/python/binaryview.py b/python/binaryview.py index 938aa99f..7c0ac0c2 100644 --- a/python/binaryview.py +++ b/python/binaryview.py @@ -4684,7 +4684,7 @@ class BinaryView(object): return types.TypeParserResult(type_dict, variables, functions) def parse_possiblevalueset(self, value, state, here=0): - r""" + """ Evaluates a string representation of a PossibleValueSet into an instance of the ``PossibleValueSet`` value. .. note:: Values are evaluated based on the rules as specified for :py:meth:`parse_expression` API. This implies that a ``ConstantValue [0x4000].d`` can be provided given that 4 bytes can be read at ``0x4000``. All constants are considered to be in hexadecimal form by default. -- cgit v1.3.1