Skip to content

Commit 4934864

Browse files
committed
Fix typo in example of barrier timeouts from r88102
1 parent 2c3865b commit 4934864

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Doc/whatsnew/3.2.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -874,7 +874,7 @@ released and a :exc:`~threading.BrokenBarrierError` exception is raised::
874874
ballots = conduct_election(site)
875875
try:
876876
all_polls_closed.wait(timeout = midnight - time.now())
877-
except BrokenBarrerError:
877+
except BrokenBarrierError:
878878
lockbox = seal_ballots(ballots)
879879
queue.put(lockbox)
880880
else:

0 commit comments

Comments
 (0)