]> granicus.if.org Git - python/commitdiff
Small wording update from Larry.
authorGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 14:15:46 +0000 (16:15 +0200)
committerGeorg Brandl <georg@python.org>
Sun, 24 Jun 2012 14:15:46 +0000 (16:15 +0200)
Modules/operator.c

index 8ad54063d9e718f811fee1959721ef004bbae5bd..5adb4deafbd9954162a35b95eef5a97dfe2af19d 100644 (file)
@@ -217,7 +217,7 @@ 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 infer information about the types\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");
 
 static PyObject*