From: Georg Brandl Date: Sun, 24 Jun 2012 14:15:46 +0000 (+0200) Subject: Small wording update from Larry. X-Git-Tag: v3.3.0b1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db99dd0605060297e44238d534aaa10e8718fb85;p=python Small wording update from Larry. --- diff --git a/Modules/operator.c b/Modules/operator.c index 8ad54063d9..5adb4deafb 100644 --- a/Modules/operator.c +++ b/Modules/operator.c @@ -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*