diff options
author | Georg Brandl <georg@python.org> | 2012-06-24 14:15:46 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2012-06-24 14:15:46 (GMT) |
commit | db99dd0605060297e44238d534aaa10e8718fb85 (patch) | |
tree | a1fc3efd7a2982e8aecb5295311296f9f089390c /Modules/operator.c | |
parent | 1729b8f45beeb57f2fdc85fae64a44cddda2f725 (diff) | |
download | cpython-db99dd0605060297e44238d534aaa10e8718fb85.zip cpython-db99dd0605060297e44238d534aaa10e8718fb85.tar.gz cpython-db99dd0605060297e44238d534aaa10e8718fb85.tar.bz2 |
Small wording update from Larry.
Diffstat (limited to 'Modules/operator.c')
-rw-r--r-- | Modules/operator.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ 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* |