Skip to content
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

修复 library/subprocess.po 中的翻译错误 #358

Open
wants to merge 1 commit into
base: 3.12
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion library/subprocess.po
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ msgid ""
":data:`~subprocess.PIPE` and *stderr* to :data:`~subprocess.STDOUT`, instead"
" of using *capture_output*."
msgstr ""
"如果 *capture_output* 为真值,则 stdout 和 stderr 将被捕获。 当被五个堂姐夫,内部 :class:`Popen` "
"如果 *capture_output* 为真值,则 stdout 和 stderr 将被捕获。 使用时,内部 :class:`Popen` "
"对象将自动创建并把 *stdout* 和 *stderr* 均设为 :data:`~subprocess.PIPE`。 *stdout* 和 "
"*stderr* 参数不可与 *capture_output* 同时提供。 如果你希望捕获并将两个流合并在一起,请将 *stdout* 设为 "
":data:`~subprocess.PIPE` 并将 *stderr* 设为 :data:`~subprocess.STDOUT`,而不是使用 "
Expand Down