Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit db99dd0

Browse files
committed
Small wording update from Larry.
1 parent 1729b8f commit db99dd0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Modules/operator.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ PyDoc_STRVAR(compare_digest__doc__,
217217
"or any type that supports the buffer protocol (e.g. bytes).\n"
218218
"\n"
219219
"Note: If a and b are of different lengths, or if an error occurs,\n"
220-
"a timing attack may be able to infer information about the types\n"
220+
"a timing attack may be able to reveal information about the types\n"
221221
"and lengths of a and b, but not their values.\n");
222222

223223
static PyObject*

0 commit comments

Comments
 (0)