Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2e47bd3

Browse files
committed
[po] auto sync bot
1 parent 83e4b17 commit 2e47bd3

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

library/threading.po

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -961,9 +961,9 @@ msgid ""
961961
":meth:`~Semaphore.acquire` finds that it is zero, it blocks, waiting until "
962962
"some other thread calls :meth:`~Semaphore.release`."
963963
msgstr ""
964-
"一个信号量信号量管理一个内部计数器,该计数器因 `~Semaphore.acquire` 方法的调用而递减,因 "
965-
":meth:`~Semaphore.release` 方法的调用而递增。计数器的值永远不会小于零;当 "
966-
":meth:`~Semaphore.acquire` 方法发现计数器为零时,将会阻塞,直到其它线程调用 "
964+
"一个信号量管理一个内部计数器,该计数器因 :meth:`~Semaphore.acquire` 方法的调用而递减,因 "
965+
":meth:`~Semaphore.release` 方法的调用而递增。 计数器的值永远不会小于零;当 "
966+
":meth:`~Semaphore.acquire` 方法发现计数器为零时,将会阻塞,直到其它线程调用 "
967967
":meth:`~Semaphore.release` 方法。"
968968

969969
#: ../../library/threading.rst:684

0 commit comments

Comments
 (0)