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 e39b5a5 commit fe7323bCopy full SHA for fe7323b
Doc/library/base64.rst
@@ -192,7 +192,7 @@ Base85 Encodings
192
Base85 encoding is not formally specified. Base85 encoding is a de facto standard,
193
and different systems perform the encoding differently.
194
195
-The Ascii85 and Base85 functions in this module are two implementations of
+The :func:`a85encode` and :func:`b85encode` functions in this module are two implementations of
196
the de facto standard. Which function you should use depends on how the other
197
software you use implements the Base85 encoding.
198
0 commit comments