Skip to content

Commit 0dab653

Browse files
haukexpicnixz
andauthored
Update Lib/base64.py
Co-authored-by: Bénédikt Tran <10796600+picnixz@users.noreply.github.com>
1 parent 6196bc2 commit 0dab653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/base64.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -510,7 +510,7 @@ def b85decode(b):
510510

511511
def z85encode(s, pad=False):
512512
"""Encode bytes-like object b in z85 format and return a bytes object."""
513-
return b85encode(s, pad=pad).translate(_z85_encode_translation)
513+
return b85encode(s, pad).translate(_z85_encode_translation)
514514

515515
def z85decode(s):
516516
"""Decode the z85-encoded bytes-like object or ASCII string b

0 commit comments

Comments
 (0)