mirror of
https://github.com/lief-project/LIEF
synced 2026-06-08 15:30:44 +00:00
Fix typo
This commit is contained in:
@@ -51,7 +51,7 @@ void create<Function>(py::module& m) {
|
||||
.def_property("address",
|
||||
static_cast<getter_t<uint64_t>>(&Function::address),
|
||||
static_cast<setter_t<uint64_t>>(&Function::address),
|
||||
"Symbol's value")
|
||||
"Function's address")
|
||||
|
||||
|
||||
.def("__str__",
|
||||
|
||||
Reference in New Issue
Block a user