summaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2020-10-14 23:37:22 -0400
committerBrian Potchik <brian@vector35.com>2020-10-14 23:37:22 -0400
commitd7a69a1e6a9203d399117ff70e3eba8acbfe8d3f (patch)
treea11728bbe4dac057b71005280bea599f5b6fe039 /python
parent95e0884cf4b7f0d956749cd75de95e8c93e124d0 (diff)
Fix broken parse_possiblevalueset documentation.
Diffstat (limited to 'python')
-rw-r--r--python/binaryview.py2
1 files changed, 1 insertions, 1 deletions
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.