Small wording update from Larry.
diff --git a/Modules/operator.c b/Modules/operator.c
index 8ad5406..5adb4de 100644
--- a/Modules/operator.c
+++ b/Modules/operator.c
@@ -217,7 +217,7 @@
"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*