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 f2ba1a4 commit 670c085Copy full SHA for 670c085
Doc/library/base64.rst
@@ -191,7 +191,7 @@ Base 85 Encodings
191
192
Base-85 encoding is not formally specified. Base-85 encoding is a de facto standard
193
originating from the ASCII Base-85 Strings encoding defined by the
194
-`PostScript Language <https://web.archive.org/web/20161222092741/https://www.adobe.com/products/postscript/pdfs/PLRM.pdf>`_.
+`PostScript Language <https://web.archive.org/web/20161222092741/https://www.adobe.com/products/postscript/pdfs/PLRM.pdf>`_.
195
196
The Ascii85 and Base85 functions in this module are two implementations of
197
the de facto standard. Which function you should use depends on how the other
0 commit comments