We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6196bc2 commit 0dab653Copy full SHA for 0dab653
Lib/base64.py
@@ -510,7 +510,7 @@ def b85decode(b):
510
511
def z85encode(s, pad=False):
512
"""Encode bytes-like object b in z85 format and return a bytes object."""
513
- return b85encode(s, pad=pad).translate(_z85_encode_translation)
+ return b85encode(s, pad).translate(_z85_encode_translation)
514
515
def z85decode(s):
516
"""Decode the z85-encoded bytes-like object or ASCII string b
0 commit comments