Skip to content

Commit d17f406

Browse files
committed
refactor: shorten the PDF standard reference
1 parent adcafa5 commit d17f406

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
@@ -223,7 +223,7 @@ Base85 Encodings
223223
Base85 encoding is a family of algorithms which represent four bytes
224224
using five ASCII characters. Originally implemented in the Unix
225225
``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).
226+
PostScript language and is standardized in PDF 2.0 (ISO 32000-2).
227227
This version, in both its ``btoa`` and PDF variants, is implemented by
228228
:func:`a85encode`.
229229

0 commit comments

Comments
 (0)