AllenDowney / ThinkPython2

LaTeX source and supporting code for Think Python, 2nd edition, by Allen Downey.
Other
2.49k stars 1.65k forks source link

Missing word #79

Open espinoza opened 3 years ago

espinoza commented 3 years ago

The negative expression would be "keep going until that doesn't happen" if this refers to the while condition.

AllenDowney commented 3 years ago

I think this sentence is correct as written. It might be confusing because the reformulated condition isn't explicitly negative, except for the use of "until". I'll think about how to rephrase.