[Python-checkins] commit of r41788 - python/branches/release24-maint/Doc/lib/libmd5.tex

reinhold.birkenfeld python-checkins at python.org
Thu Dec 22 17:15:08 CET 2005


Author: reinhold.birkenfeld
Date: Thu Dec 22 17:15:08 2005
New Revision: 41788

Modified:
   python/branches/release24-maint/Doc/lib/libmd5.tex
Log:
[ 1388141 ] Minor error in md5 docs (backport)



Modified: python/branches/release24-maint/Doc/lib/libmd5.tex
==============================================================================
--- python/branches/release24-maint/Doc/lib/libmd5.tex	(original)
+++ python/branches/release24-maint/Doc/lib/libmd5.tex	Thu Dec 22 17:15:08 2005
@@ -43,7 +43,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