Merge pull request #250 from breadchris/patch-1

Update 11_macho_modification.rst
This commit is contained in:
Romain 2018-12-24 06:10:46 +01:00 committed by GitHub
commit f20fa5e4f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -149,7 +149,7 @@ The :attr:`lief.MachO.Binary.relocations` attribute returns an iterator over :cl
.. code-block:: python
for relocation in app.relocations:
print(relocations)
print(relocation)
.. code-block:: text