Skip to content

Commit

Permalink
Correct a return type in Docstring (Gallopsled#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
QuqqU authored and vboxuser committed Sep 10, 2023
1 parent 11e9b9b commit 83c5c3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pwnlib/tubes/tube.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def recvpred(self, pred, timeout = default):
return data

def recvn(self, numb, timeout = default):
"""recvn(numb, timeout = default) -> str
"""recvn(numb, timeout = default) -> bytes
Receives exactly `n` bytes.
Expand Down

0 comments on commit 83c5c3b

Please sign in to comment.