[Python-checkins] r43548 - python/trunk/Doc/lib/libhashlib.tex

andrew.kuchling python-checkins at python.org
Sun Apr 2 03:47:39 CEST 2006


Author: andrew.kuchling
Date: Sun Apr  2 03:47:38 2006
New Revision: 43548

Modified:
   python/trunk/Doc/lib/libhashlib.tex
Log:
Grammar fix

Modified: python/trunk/Doc/lib/libhashlib.tex
==============================================================================
--- python/trunk/Doc/lib/libhashlib.tex	(original)
+++ python/trunk/Doc/lib/libhashlib.tex	Sun Apr  2 03:47:38 2006
@@ -31,7 +31,7 @@
 Constructors for hash algorithms that are always present in this module are
 \function{md5()}, \function{sha1()}, \function{sha224()}, \function{sha256()},
 \function{sha384()}, and \function{sha512()}.  Additional algorithms may also
-be available depending upon the OpenSSL library python uses on your platform.
+be available depending upon the OpenSSL library that Python uses on your platform.
 \index{OpenSSL}
 
 For example, to obtain the digest of the string \code{'Nobody inspects


More information about the Python-checkins mailing list