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

Skip to content

Commit 3fcce42

Browse files
[po] auto sync
1 parent d713786 commit 3fcce42

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

library/concurrent.futures.po

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# walkinrain <[email protected]>, 2019
88
# MuSheng Chen <[email protected]>, 2019
99
# Sean Chao <[email protected]>, 2020
10-
# Freesand Leo <[email protected]>, 2021
10+
# Freesand Leo <[email protected]>, 2022
1111
#
1212
#, fuzzy
1313
msgid ""
@@ -16,7 +16,7 @@ msgstr ""
1616
"Report-Msgid-Bugs-To: \n"
1717
"POT-Creation-Date: 2021-07-29 07:05+0000\n"
1818
"PO-Revision-Date: 2017-02-16 23:03+0000\n"
19-
"Last-Translator: Freesand Leo <[email protected]>, 2021\n"
19+
"Last-Translator: Freesand Leo <[email protected]>, 2022\n"
2020
"Language-Team: Chinese (China) (https://www.transifex.com/python-doc/teams/5390/zh_CN/)\n"
2121
"MIME-Version: 1.0\n"
2222
"Content-Type: text/plain; charset=UTF-8\n"
@@ -191,7 +191,8 @@ msgstr ":class:`ThreadPoolExecutor` 是 :class:`Executor` 的子类,它使用
191191
msgid ""
192192
"Deadlocks can occur when the callable associated with a :class:`Future` "
193193
"waits on the results of another :class:`Future`. For example::"
194-
msgstr "当回调已关联了一个 :class:`Future` 然后再等待另一个 :class:`Future` 的结果时就会发生死锁情况。 例如::"
194+
msgstr ""
195+
"当可调用对象已关联了一个 :class:`Future` 然后在等待另一个 :class:`Future` 的结果时就会导致死锁情况。例如::"
195196

196197
#: ../../library/concurrent.futures.rst:135
197198
msgid "And::"

0 commit comments

Comments
 (0)