Skip to content

Commit

Permalink
#1114 follow up
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Oct 12, 2024
1 parent 17b86f8 commit e98d6e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/src/MachO/objects/pyParser.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ void create<Parser>(nb::module_& m) {
Parse the given binary (from raw bytes) and return a :class:`~lief.MachO.FatBinary` object
One can configure the parsing with the ``config`` parameter. See :class:`~lief.MachO.ParserConfig`
)delim"_doc, "raw"_a, "config"_a = ParserConfig::quick(),
)delim"_doc, "raw"_a, "config"_a = ParserConfig::deep(),
nb::rv_policy::take_ownership);

m.def("parse_from_memory",
Expand Down

0 comments on commit e98d6e7

Please sign in to comment.