mirror of
https://github.com/QuasarApp/LIEF.git
synced 2025-04-28 13:24:32 +00:00
Fix typo
This commit is contained in:
parent
2ed4dd0157
commit
3cee05646c
@ -51,7 +51,7 @@ void create<Function>(py::module& m) {
|
|||||||
.def_property("address",
|
.def_property("address",
|
||||||
static_cast<getter_t<uint64_t>>(&Function::address),
|
static_cast<getter_t<uint64_t>>(&Function::address),
|
||||||
static_cast<setter_t<uint64_t>>(&Function::address),
|
static_cast<setter_t<uint64_t>>(&Function::address),
|
||||||
"Symbol's value")
|
"Function's address")
|
||||||
|
|
||||||
|
|
||||||
.def("__str__",
|
.def("__str__",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user