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 adcafa5 commit d17f406Copy full SHA for d17f406
Doc/library/base64.rst
@@ -223,7 +223,7 @@ Base85 Encodings
223
Base85 encoding is a family of algorithms which represent four bytes
224
using five ASCII characters. Originally implemented in the Unix
225
``btoa(1)`` utility, a version of it was later adopted by Adobe in the
226
-PostScript language and is standardized as ISO 32000-2:2020 (PDF 2.0).
+PostScript language and is standardized in PDF 2.0 (ISO 32000-2).
227
This version, in both its ``btoa`` and PDF variants, is implemented by
228
:func:`a85encode`.
229
0 commit comments