diff options
Diffstat (limited to 'plugins/dex/python/method.c')
| -rw-r--r-- | plugins/dex/python/method.c | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/plugins/dex/python/method.c b/plugins/dex/python/method.c index fab8e2e..fc56f29 100644 --- a/plugins/dex/python/method.c +++ b/plugins/dex/python/method.c @@ -77,7 +77,7 @@ static PyObject *py_dex_method_get_id_item(PyObject *self, void *closure)  #define DEX_METHOD_ID_ITEM_ATTRIB PYTHON_GET_DEF_FULL                                   \  (                                                                                       \      id_item, py_dex_method,                                                             \ -    "pychrysalide.PyStructObject instance of identifiers used by the method.\n"         \ +    "pychrysalide.StructObject instance of identifiers used by the method.\n"           \      "\n"                                                                                \      "All the fields are extracted from the Dex *method_id_item* structure:\n"           \      "* class_idx: index into the *type_ids* list for the definer of the method ;\n"     \ @@ -118,7 +118,7 @@ static PyObject *py_dex_method_get_encoded(PyObject *self, void *closure)  #define DEX_METHOD_ENCODED_ATTRIB PYTHON_GET_DEF_FULL                                           \  (                                                                                               \      encoded, py_dex_method,                                                                     \ -    "pychrysalide.PyStructObject instance for encoded information about the Dex method.\n"      \ +    "pychrysalide.StructObject instance for encoded information about the Dex method.\n"        \      "\n"                                                                                        \      "All the fields are extracted from the Dex *encoded_method* structure:\n"                   \      "* method_idx_diff: index into the *method_ids* list for the identity of the method ;\n"    \ @@ -159,7 +159,7 @@ static PyObject *py_dex_method_get_code_item(PyObject *self, void *closure)  #define DEX_METHOD_CODE_ITEM_ATTRIB PYTHON_GET_DEF_FULL                                         \  (                                                                                               \      code_item, py_dex_method,                                                                   \ -    "pychrysalide.PyStructObject instance of code information about the Dex method,"            \ +    "pychrysalide.StructObject instance of code information about the Dex method,"              \      " or None if none.\n"                                                                       \      "\n"                                                                                        \      "All the fields are extracted from the Dex *code_item* structure:\n"                        \ | 
