summaryrefslogtreecommitdiff
path: root/plugins/elf
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2018-08-30 23:02:44 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2018-08-30 23:02:44 (GMT)
commit1307580ca1ca820b57dcfbfcdcee9afe74cc1614 (patch)
treed98055a2cafcd99c21606305b3e52d40468a5419 /plugins/elf
parentf23eb3b70c08d1ac6f93b3316404804764e756c9 (diff)
Fixed some Python method signatures.
Diffstat (limited to 'plugins/elf')
-rw-r--r--plugins/elf/python/format.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/elf/python/format.c b/plugins/elf/python/format.c
index 6c1b12f..4e2b7cc 100644
--- a/plugins/elf/python/format.c
+++ b/plugins/elf/python/format.c
@@ -180,7 +180,7 @@ PyTypeObject *get_python_elf_format_type(void)
{
"find_dynamic_item_by_index", py_elf_format_find_dynamic_item_by_index,
METH_VARARGS,
- "find_dynamic_item_by_type($self, type, /)\n--\n\nFind an item from the dynamic segment using a given index."
+ "find_dynamic_item_by_index($self, type, /)\n--\n\nFind an item from the dynamic segment using a given index."
},
{ NULL }
};