Fix broken links in docs (#35582)

This commit is contained in:
Adam J. Stewart
2023-02-20 01:21:18 -07:00
committed by GitHub
parent 81f11d5562
commit 7c01d3ba35
8 changed files with 15 additions and 16 deletions

View File

@@ -18,7 +18,7 @@ class Barrier:
Python 2 doesn't have multiprocessing barriers so we implement this.
See http://greenteapress.com/semaphores/downey08semaphores.pdf, p. 41.
See https://greenteapress.com/semaphores/LittleBookOfSemaphores.pdf, p. 41.
"""
def __init__(self, n, timeout=None):