Commit 71cbac01 authored by David Malcolm's avatar David Malcolm

Fix typo in example of barrier timeouts from r88102

parent 3525fc80
......@@ -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