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

Skip to content

Commit e56f9d7

Browse files
authored
Correction de typo sur la fonction run (#1665)
Automerge of PR #1665 by @flashcode
1 parent 5963300 commit e56f9d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

library/subprocess.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3\n"
77
"Report-Msgid-Bugs-To: \n"
88
"POT-Creation-Date: 2021-05-19 22:36+0200\n"
9-
"PO-Revision-Date: 2020-04-25 23:34+0200\n"
9+
"PO-Revision-Date: 2021-06-17 20:34+0200\n"
1010
"Last-Translator: Mathieu Dupuy <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -57,8 +57,8 @@ msgid ""
5757
"function for all use cases it can handle. For more advanced use cases, the "
5858
"underlying :class:`Popen` interface can be used directly."
5959
msgstr ""
60-
"L'approche recommandée pour invoquer un sous-processus et d'utiliser la "
61-
"fonction :func:`run` pour tous les cas d'utilisation qu'il gère. Pour les "
60+
"L'approche recommandée pour invoquer un sous-processus est d'utiliser la "
61+
"fonction :func:`run` pour tous les cas d'utilisation qu'elle gère. Pour les "
6262
"cas d'utilisation plus avancés, l'interface inhérente :class:`Popen` peut "
6363
"être utilisée directement."
6464

0 commit comments

Comments
 (0)