Skip to content

Commit adcafa5

Browse files
committed
fix(docs): call it Ascii85 for PDF and btoa
1 parent e36d31d commit adcafa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/library/base64.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ recommended to review the security section for any code deployed to production.
413413

414414
`ISO 32000-2 Portable document format - Part 2: PDF 2.0 <https://pdfa.org/resource/iso-32000-2/>`_
415415
Section 7.4.3, "ASCII85Decode Filter," provides the definition
416-
of the standard base85 encoding used in PDF and PostScript, including
416+
of the Ascii85 encoding used in PDF and PostScript, including
417417
the output character set and the details of data length preservation
418418
using zero-padding and partial output groups.
419419

0 commit comments

Comments
 (0)