Skip to content

Commit fe7323b

Browse files
committed
use func
1 parent e39b5a5 commit fe7323b

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
@@ -192,7 +192,7 @@ Base85 Encodings
192192
Base85 encoding is not formally specified. Base85 encoding is a de facto standard,
193193
and different systems perform the encoding differently.
194194

195-
The Ascii85 and Base85 functions in this module are two implementations of
195+
The :func:`a85encode` and :func:`b85encode` functions in this module are two implementations of
196196
the de facto standard. Which function you should use depends on how the other
197197
software you use implements the Base85 encoding.
198198

0 commit comments

Comments
 (0)