diff options
author | Larry Hastings <larry@hastings.org> | 2012-06-25 07:59:34 (GMT) |
---|---|---|
committer | Larry Hastings <larry@hastings.org> | 2012-06-25 07:59:34 (GMT) |
commit | 48986d68c2bc6da075fed2cb9f8426afc7c6a622 (patch) | |
tree | 32f3de3415c28a43d199ae44f379a4960795b2fe /Doc/library/hmac.rst | |
parent | 4d399a40920fe34fb9ef27181de739f771071ec2 (diff) | |
download | cpython-48986d68c2bc6da075fed2cb9f8426afc7c6a622.zip cpython-48986d68c2bc6da075fed2cb9f8426afc7c6a622.tar.gz cpython-48986d68c2bc6da075fed2cb9f8426afc7c6a622.tar.bz2 |
Minor grammar refinement for hmac.compare_digest().
Diffstat (limited to 'Doc/library/hmac.rst')
-rw-r--r-- | Doc/library/hmac.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Doc/library/hmac.rst b/Doc/library/hmac.rst index 38f1687..0706ff4 100644 --- a/Doc/library/hmac.rst +++ b/Doc/library/hmac.rst @@ -80,8 +80,8 @@ This module also provides the following helper function: .. note:: If *a* and *b* are of different lengths, or if an error occurs, - a timing attack may be able to reveal information about the types - and lengths of *a* and *b*, but not their values. + a timing attack could theoretically reveal information about the + types and lengths of *a* and *b*--but not their values. .. versionadded:: 3.3 |