]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623)
authorŁukasz Langa <lukasz@langa.pl>
Wed, 29 Sep 2021 14:11:26 +0000 (16:11 +0200)
committerGitHub <noreply@github.com>
Wed, 29 Sep 2021 14:11:26 +0000 (16:11 +0200)
commitf1ca5d7f61594bf3627f0897b596877a0774c8e7
tree705201df5e99fe355385f1606e0df04b389d6d12
parent6c1154b9de29e1c9cd3d05f5289543e5cff73895
[typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623)

Removed extra comma in comment that indicates state of a `Barrier` as it was confusing and breaking the flow while reading.

Co-authored-by: Priyank <5903604+cpriyank@users.noreply.github.com>
Lib/threading.py