Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 84b51fc

Browse files
authoredJan 23, 2022
Update filepointer.py (Gallopsled#2022)
Fix typo in documentation: "defination" to "definition"
1 parent 1573957 commit 84b51fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pwnlib/filepointer.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ class FileStructure(object):
125125
>>> len(fileStr)
126126
224
127127
128-
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
128+
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
129129
130130
>>> q=FileStructure(0xdeadbeef)
131131
>>> q

0 commit comments

Comments
 (0)
Please sign in to comment.