Skip to content

Commit

Permalink
Fix Python
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Feb 24, 2024
1 parent d62d481 commit 690d9f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/src/ELF/objects/pySymbol.cpp
Expand Up @@ -139,7 +139,7 @@ void create<Symbol>(nb::module_& m) {
nb::rv_policy::reference_internal)

.def_prop_ro("section",
&Symbol::section,
nb::overload_cast<>(&Symbol::section),
R"delim(
Return the section (:class:`~lief.ELF.Section`) associated with this symbol
if any. Otherwise, return None.
Expand Down

0 comments on commit 690d9f9

Please sign in to comment.