Skip to content

Commit

Permalink
Fix hexdump docstring. s should by bytes.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinsteven committed Oct 8, 2021
1 parent fc250a3 commit 37d76c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/util/fiddling.py
Expand Up @@ -765,7 +765,7 @@ def hexdump(s, width=16, skip=True, hexii=False, begin=0, style=None,
Return a hexdump-dump of a string.
Arguments:
s(str): The data to hexdump.
s(bytes): The data to hexdump.
width(int): The number of characters per line
groupsize(int): The number of characters per group
skip(bool): Set to True, if repeated lines should be replaced by a "*"
Expand Down

0 comments on commit 37d76c4

Please sign in to comment.