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

Skip to content

Commit 1008e89

Browse files
[po] auto sync
1 parent a0e8a06 commit 1008e89

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

library/threading.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ msgid ""
333333
" thread's :meth:`~Thread.start` method. This invokes the "
334334
":meth:`~Thread.run` method in a separate thread of control."
335335
msgstr ""
336-
"当线程对象一但被创建,其活动一定会因调用线程的 :meth:`~Thread.start` 方法开始。这会在独立的控制线程调用 "
336+
"当线程对象一旦被创建,其活动必须通过调用线程的 :meth:`~Thread.start` 方法开始。 这会在独立的控制线程中发起调用 "
337337
":meth:`~Thread.run` 方法。"
338338

339339
#: ../../library/threading.rst:230
@@ -475,7 +475,7 @@ msgid ""
475475
"It must be called at most once per thread object. It arranges for the "
476476
"object's :meth:`~Thread.run` method to be invoked in a separate thread of "
477477
"control."
478-
msgstr "它在一个线程里最多只能被调用一次。它安排对象的 :meth:`~Thread.run` 方法在一个独立的控制进程中调用。"
478+
msgstr "它在一个线程里最多只能被调用一次。 它安排对象的 :meth:`~Thread.run` 方法在一个独立的控制线程中被调用。"
479479

480480
#: ../../library/threading.rst:308
481481
msgid ""

0 commit comments

Comments
 (0)