Skip to content

Commit f1424f7

Browse files
committed
edits
1 parent e03d1d9 commit f1424f7

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Doc/library/base64.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -189,16 +189,14 @@ POST request. The encoding algorithm is not the same as the
189189
Base 85 Encodings
190190
-----------------
191191

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>`_.
192+
Base-85 encoding is not formally specified. Base-85 encoding is a de facto standard,
193+
and different systems perform the encoding differently.
195194

196195
The Ascii85 and Base85 functions in this module are two implementations of
197196
the de facto standard. Which function you should use depends on how the other
198197
software you use implements the Base-85 encoding.
199198

200-
The two functions present in this module provide options
201-
to configure the encoding in the following ways:
199+
The two functions present in this module differ in how they handle the following:
202200

203201
* Whether to include enclosing ``<~`` and ``~>`` markers
204202
* Whether to include newline characters

0 commit comments

Comments
 (0)