diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2006-04-02 01:47:38 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2006-04-02 01:47:38 (GMT) |
commit | e8058299a5cc1c11492fc7cc546799c47fd6886f (patch) | |
tree | 0cfacec3e08f5dd7baf26c95b77c23ee84739bf2 | |
parent | 38f85078daa2add237131af9d713fe5495218817 (diff) | |
download | cpython-e8058299a5cc1c11492fc7cc546799c47fd6886f.zip cpython-e8058299a5cc1c11492fc7cc546799c47fd6886f.tar.gz cpython-e8058299a5cc1c11492fc7cc546799c47fd6886f.tar.bz2 |
Grammar fix
-rw-r--r-- | Doc/lib/libhashlib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libhashlib.tex b/Doc/lib/libhashlib.tex index e9d0b57..62e3fc4 100644 --- a/Doc/lib/libhashlib.tex +++ b/Doc/lib/libhashlib.tex @@ -31,7 +31,7 @@ of the strings fed to it so far using the \method{digest()} or 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 |