Skip to content

Commit 5e5cf4f

Browse files
committed
Add newline to run xor doctests
1 parent 26f9b78 commit 5e5cf4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pwnlib/util/fiddling.py

+1
Original file line numberDiff line numberDiff line change
@@ -320,6 +320,7 @@ def xor(*args, **kwargs):
320320
The string of the arguments xor'ed together.
321321
322322
Example:
323+
323324
>>> xor(b'lol', b'hello', 42)
324325
b'. ***'
325326
>>> xor(cut = 'min', other = '')

0 commit comments

Comments
 (0)