Skip to content

Update concurrent.futures.po #115

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions library/concurrent.futures.po
Original file line number Diff line number Diff line change
Expand Up @@ -127,8 +127,8 @@ msgid ""
":meth:`Executor.submit` and :meth:`Executor.map` made after shutdown will "
"raise :exc:`RuntimeError`."
msgstr ""
"当待执行的期程完成执行后向执行者发送信号,它就会释放正在使用的任何资源。调用 :meth:`Executor.submit` 和 "
":meth:`Executor.submit` 会在关闭后触发 :exc:`RuntimeError`。"
"当待执行的期程完成执行后向执行者发送信号,它就会释放正在使用的任何资源。在关闭后调用 :meth:`Executor.submit` 和 "
":meth:`Executor.submit` 会触发 :exc:`RuntimeError`。"

#: ../../library/concurrent.futures.rst:77
msgid ""
Expand All @@ -151,7 +151,7 @@ msgid ""
"(waiting as if :meth:`Executor.shutdown` were called with *wait* set to "
"``True``)::"
msgstr ""
"如果使用 :keyword:`with` 语句,你就可以避免显式调用这个方法,它将会停止 :class:`Executor` (就好像 "
"如果使用 :keyword:`with` 语句,你就可以避免显式调用这个方法,它将会关闭 :class:`Executor` (就好像 "
":meth:`Executor.shutdown` 调用时 *wait* 设为 ``True`` 一样等待)::"

#: ../../library/concurrent.futures.rst:99
Expand Down