diff options
Diffstat (limited to 'plugins/pychrysalide/arch')
-rw-r--r-- | plugins/pychrysalide/arch/vmpa.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/plugins/pychrysalide/arch/vmpa.c b/plugins/pychrysalide/arch/vmpa.c index 70d9364..c226224 100644 --- a/plugins/pychrysalide/arch/vmpa.c +++ b/plugins/pychrysalide/arch/vmpa.c @@ -1166,9 +1166,10 @@ static PyObject *py_mrange_new(PyTypeObject *type, PyObject *args, PyObject *kwd PyTypeObject *get_python_mrange_type(void) { static PyMethodDef py_mrange_methods[] = { - { "contains", py_mrange_contains, - METH_VARARGS, - "contains($self, other, /)\n--\nTell if the current range contains another given range or address." + { + "contains", py_mrange_contains, + METH_VARARGS, + "contains($self, other, /)\n--\n\nTell if the current range contains another given range or address." }, #if 0 { "read_u8", py_arch_instruction_read_u8, |