diff --git a/pyguide.html b/pyguide.html
index 6987f2b..f026c92 100644
--- a/pyguide.html
+++ b/pyguide.html
@@ -1711,7 +1711,7 @@ No: def foo(a, b=FLAGS.my_thing): # sys.argv has
# in the array and the array size and then do binary search to
# get the exact number.
-if i & (i-1) == 0: # true iff i is a power of 2
+if i & (i-1) == 0: # true if i is a power of 2