mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Fix typo
This commit is contained in:
@@ -93,7 +93,7 @@ void init_ELF_Binary_class(py::module& m) {
|
||||
|
||||
.def_property_readonly("relocations",
|
||||
static_cast<no_const_getter<it_relocations>>(&Binary::get_relocations),
|
||||
"Return an iterator over **all** " RST_CLASS_REF(lief.ELF.Relocation) "s",
|
||||
"Return an iterator over **all** " RST_CLASS_REF(lief.ELF.Relocation) " s",
|
||||
py::return_value_policy::reference_internal)
|
||||
|
||||
.def_property_readonly("symbols_version",
|
||||
|
||||
Reference in New Issue
Block a user