Minor grammar refinement for hmac.compare_digest().

This commit is contained in:
Larry Hastings 2012-06-25 00:59:34 -07:00
parent 4d399a4092
commit 48986d68c2
2 changed files with 4 additions and 4 deletions

View file

@ -217,8 +217,8 @@ PyDoc_STRVAR(compare_digest__doc__,
"or any type that supports the buffer protocol (e.g. bytes).\n"
"\n"
"Note: If a and b are of different lengths, or if an error occurs,\n"
"a timing attack may be able to reveal information about the types\n"
"and lengths of a and b, but not their values.\n");
"a timing attack could theoretically reveal information about the\n"
"types and lengths of a and b--but not their values.\n");
static PyObject*
compare_digest(PyObject *self, PyObject *args)