]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623) ...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Wed, 29 Sep 2021 15:20:49 +0000 (08:20 -0700)
committerGitHub <noreply@github.com>
Wed, 29 Sep 2021 15:20:49 +0000 (17:20 +0200)
commit87ecdb227f237099fde8ad374fd6bd0cd6392b0b
treec3fcbb27e50fe02151a7bc32616d9099bb562c1b
parent1e97145d2fd1530f756d8882e42f2cf712f0f140
[typo] Fix threading.Barrier comment that used confusing punctuation (GH-28623) (GH-28626)

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>
(cherry picked from commit f1ca5d7f61594bf3627f0897b596877a0774c8e7)

Co-authored-by: Ɓukasz Langa <lukasz@langa.pl>
Lib/threading.py