From 15937dee41defd46a8aeb593493c43df41982e33 Mon Sep 17 00:00:00 2001 From: Romain Thomas Date: Thu, 13 Jul 2017 08:53:52 +0200 Subject: [PATCH] Fix typo --- api/python/ELF/objects/pyBinary.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/python/ELF/objects/pyBinary.cpp b/api/python/ELF/objects/pyBinary.cpp index 0587c989..7ab57aca 100644 --- a/api/python/ELF/objects/pyBinary.cpp +++ b/api/python/ELF/objects/pyBinary.cpp @@ -93,7 +93,7 @@ void init_ELF_Binary_class(py::module& m) { .def_property_readonly("relocations", static_cast>(&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",