File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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."
335335msgstr ""
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
481481msgid ""
You can’t perform that action at this time.
0 commit comments