Commit d03edc44 authored by Jim Fulton's avatar Jim Fulton

Fixed a typo in my previous fix. Thanks Benji.

parent 561a5c13
......@@ -46,7 +46,7 @@ We wait for some ttime to pass, and then make some other changes.
>>> import time
>>> t = time.time()
>>> while time.time <= t:
>>> while time.time() <= t:
... time.sleep(.001)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment