Skip to content

Commit

Permalink
Update filepointer.py (Gallopsled#2022)
Browse files Browse the repository at this point in the history
Fix typo in documentation: "defination" to "definition"
  • Loading branch information
jammychiou1 authored and vboxuser committed Sep 10, 2023
1 parent 2d79d63 commit 9e01f78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/filepointer.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ class FileStructure(object):
>>> len(fileStr)
224
The defination for __repr__ orders the structure members and displays then in a dictionary format. It's useful when viewing a structure objet in python/IPython shell
The definition for __repr__ orders the structure members and displays then in a dictionary format. It's useful when viewing a structure objet in python/IPython shell
>>> q=FileStructure(0xdeadbeef)
>>> q
Expand Down

0 comments on commit 9e01f78

Please sign in to comment.