[Python-checkins] commit of r41787 - python/trunk/Doc/lib/libmd5.tex
reinhold.birkenfeld
python-checkins at python.org
Thu Dec 22 17:15:01 CET 2005
Author: reinhold.birkenfeld
Date: Thu Dec 22 17:15:00 2005
New Revision: 41787
Modified:
python/trunk/Doc/lib/libmd5.tex
Log:
[ 1388141 ] Minor error in md5 docs
Modified: python/trunk/Doc/lib/libmd5.tex
==============================================================================
--- python/trunk/Doc/lib/libmd5.tex (original)
+++ python/trunk/Doc/lib/libmd5.tex Thu Dec 22 17:15:00 2005
@@ -44,7 +44,7 @@
\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
More information about the Python-checkins
mailing list