Skip to content

Commit

Permalink
Resolve #965
Browse files Browse the repository at this point in the history
  • Loading branch information
romainthomas committed Sep 16, 2023
1 parent 3414ded commit 3c959da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/python/lief/__init__.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class Relocation(Object):

class Section(Object):
content: memoryview
name: object
name: str | bytes
offset: int
size: int
virtual_address: int
Expand Down

0 comments on commit 3c959da

Please sign in to comment.