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

Skip to content

Fixed fuzzys in library/subprocess.po #597

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

Merged
merged 4 commits into from
Mar 26, 2019
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch '3.7' into library-subprocess
  • Loading branch information
Seluj78 authored Mar 26, 2019
commit b75938c2be9674f1020bcd8103f6af430d2a5da0
6 changes: 3 additions & 3 deletions library/subprocess.po
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ msgid ""
msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2019-01-05 00:27+0100\n"
"POT-Creation-Date: 2019-03-20 09:03+0100\n"
"PO-Revision-Date: 2019-02-27 12:00+0100\n"
"Last-Translator: Jules Lasne <[email protected]>\n"
"Language-Team: FRENCH <[email protected]>\n"
Expand Down Expand Up @@ -1953,8 +1953,8 @@ msgid ":class:`Popen` raises an exception if the execution fails."
msgstr ":class:`Popen` lève une exception si l'exécution échoue."

#: ../Doc/library/subprocess.rst:1298
msgid "the *capturestderr* argument is replaced with the *stderr* argument."
msgstr "l’argument *capturestderr* est remplacé par *stderr*."
msgid "The *capturestderr* argument is replaced with the *stderr* argument."
msgstr "L'argument *capturestderr* est remplacé par *stderr*."

#: ../Doc/library/subprocess.rst:1300
msgid "``stdin=PIPE`` and ``stdout=PIPE`` must be specified."
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.