]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Fix typos and improve grammar in threading.Barrier docstrings (GH-12210)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Sat, 9 Mar 2019 17:56:40 +0000 (09:56 -0800)
committerGitHub <noreply@github.com>
Sat, 9 Mar 2019 17:56:40 +0000 (09:56 -0800)
commit4e2079d8965f8843f974d32208b06d3d3cb980ef
tree1294b09b4aa58124d6cc1e6de022cc141ba5230a
parent572205adf06fc5afa64984740c4775af45942d5c
Fix typos and improve grammar in threading.Barrier docstrings (GH-12210)

(cherry picked from commit 62fa51f1216e788310d3118f4259f1b4b1e529fe)

Co-authored-by: Carl Bordum Hansen <carl@bordum.dk>
Lib/threading.py