Kaydet (Commit) 49348648 authored tarafından David Malcolm's avatar David Malcolm

Fix typo in example of barrier timeouts from r88102

üst 2c3865b2
......@@ -874,7 +874,7 @@ released and a :exc:`~threading.BrokenBarrierError` exception is raised::
ballots = conduct_election(site)
try:
all_polls_closed.wait(timeout = midnight - time.now())
except BrokenBarrerError:
except BrokenBarrierError:
lockbox = seal_ballots(ballots)
queue.put(lockbox)
else:
......
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