diff options
author | Andrew M. Kuchling <amk@amk.ca> | 2001-11-02 21:44:09 (GMT) |
---|---|---|
committer | Andrew M. Kuchling <amk@amk.ca> | 2001-11-02 21:44:09 (GMT) |
commit | bc4a1c258846c6e40ccf956d5dc2c9d0170b2bf2 (patch) | |
tree | 9d25310bf49737d3771c7def9db00613045a4323 /Doc/lib/libsha.tex | |
parent | 75fec2c8edd4cc673abf44d032ede17a63657ec1 (diff) | |
download | cpython-bc4a1c258846c6e40ccf956d5dc2c9d0170b2bf2.zip cpython-bc4a1c258846c6e40ccf956d5dc2c9d0170b2bf2.tar.gz cpython-bc4a1c258846c6e40ccf956d5dc2c9d0170b2bf2.tar.bz2 |
[Patch #476612] Change docs to describe PEP247 interface
Diffstat (limited to 'Doc/lib/libsha.tex')
-rw-r--r-- | Doc/lib/libsha.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libsha.tex b/Doc/lib/libsha.tex index ca1aac4..d9d7bf2 100644 --- a/Doc/lib/libsha.tex +++ b/Doc/lib/libsha.tex @@ -31,7 +31,7 @@ attributes of the sha objects returned by \function{new()}: hashed. \end{datadesc} -\begin{datadesc}{digestsize} +\begin{datadesc}{digest_size} The size of the resulting digest in bytes. This is always \code{20}. \end{datadesc} |