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

Skip to content

Commit 16ee93f

Browse files
[po] auto sync
1 parent 6d83b06 commit 16ee93f

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

library/threading.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
# Alpha Du <[email protected]>, 2022
1515
# ww song <[email protected]>, 2022
1616
# Freesand Leo <[email protected]>, 2022
17+
# Jiuh-star <[email protected]>, 2022
1718
#
1819
#, fuzzy
1920
msgid ""
@@ -22,7 +23,7 @@ msgstr ""
2223
"Report-Msgid-Bugs-To: \n"
2324
"POT-Creation-Date: 2022-06-16 06:28+0000\n"
2425
"PO-Revision-Date: 2021-06-28 01:15+0000\n"
25-
"Last-Translator: Freesand Leo <yuqinju@163.com>, 2022\n"
26+
"Last-Translator: Jiuh-star <jiuh.star@gmail.com>, 2022\n"
2627
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2728
"MIME-Version: 1.0\n"
2829
"Content-Type: text/plain; charset=UTF-8\n"
@@ -354,7 +355,7 @@ msgid ""
354355
"override the :meth:`~Thread.__init__` and :meth:`~Thread.run` methods of "
355356
"this class."
356357
msgstr ""
357-
" :class:`Thread` 类代表在独立控制线程运行的活动。有两种方式指定活动:传递一个可调用对象给构造函数或者在子类重载 "
358+
":class:`Thread` 类代表在独立控制线程运行的活动。有两种方式指定活动:传递一个可调用对象给构造函数或者在子类重载 "
358359
":meth:`~Thread.run` 方法。其它方法不应该在子类被(除了构造函数)重载。换句话说,*只能* 重载这个类的 "
359360
":meth:`~Thread.__init__` 和 :meth:`~Thread.run` 方法。"
360361

0 commit comments

Comments
 (0)