Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83e4b17 commit 2e47bd3Copy full SHA for 2e47bd3
1 file changed
library/threading.po
@@ -961,9 +961,9 @@ msgid ""
961
":meth:`~Semaphore.acquire` finds that it is zero, it blocks, waiting until "
962
"some other thread calls :meth:`~Semaphore.release`."
963
msgstr ""
964
-"一个信号量信号量管理一个内部计数器,该计数器因 `~Semaphore.acquire` 方法的调用而递减,因 "
965
-":meth:`~Semaphore.release` 方法的调用而递增。计数器的值永远不会小于零;当 "
966
-":meth:`~Semaphore.acquire` 方法发现计数器为零时,将会阻塞,直到其它线程调用 "
+"一个信号量管理一个内部计数器,该计数器因 :meth:`~Semaphore.acquire` 方法的调用而递减,因 "
+":meth:`~Semaphore.release` 方法的调用而递增。 计数器的值永远不会小于零;当 "
+":meth:`~Semaphore.acquire` 方法发现计数器为零时,将会阻塞,直到其它线程调用 "
967
":meth:`~Semaphore.release` 方法。"
968
969
#: ../../library/threading.rst:684
0 commit comments