diff options
author | Georg Brandl <georg@python.org> | 2005-12-22 16:15:08 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2005-12-22 16:15:08 (GMT) |
commit | ddaf065db519a1dc4ab1962de7a710f3d0d01f08 (patch) | |
tree | 44e3b23ae330b03db0d41d2c4bcbf56f9a8b5019 /Doc | |
parent | 3758868620e085ac49b1ecda27310ba5dd87e5d2 (diff) | |
download | cpython-ddaf065db519a1dc4ab1962de7a710f3d0d01f08.zip cpython-ddaf065db519a1dc4ab1962de7a710f3d0d01f08.tar.gz cpython-ddaf065db519a1dc4ab1962de7a710f3d0d01f08.tar.bz2 |
[ 1388141 ] Minor error in md5 docs (backport)
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libmd5.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libmd5.tex b/Doc/lib/libmd5.tex index 6f837b4..d01cdb6 100644 --- a/Doc/lib/libmd5.tex +++ b/Doc/lib/libmd5.tex @@ -43,7 +43,7 @@ attributes of the md5 objects returned by \function{new()}: \code{16}. \end{datadesc} -md5 objects support the following methods: +The md5 module provides the following functions: \begin{funcdesc}{new}{\optional{arg}} Return a new md5 object. If \var{arg} is present, the method call |