Skip to content

Commit 352dbb9

Browse files
committed
fix
1 parent 46bb161 commit 352dbb9

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
@@ -569,7 +569,7 @@ def b85decode(b):
569569
if padding:
570570
# If padding was added, remove the corresponding bytes from the end of the result
571571
result = result[:-padding]
572-
return result
572+
return result
573573

574574

575575
_z85alphabet = (

0 commit comments

Comments
 (0)