From 8a9558b50663c051ed9885bfc3915e0a5c4dfc7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Thu, 17 Jun 2021 20:40:29 +0200 Subject: [PATCH] Correction de typo sur la fonction run --- library/subprocess.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/subprocess.po b/library/subprocess.po index fffdac572..31143f9ce 100644 --- a/library/subprocess.po +++ b/library/subprocess.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2021-05-19 22:36+0200\n" -"PO-Revision-Date: 2020-04-25 23:34+0200\n" +"PO-Revision-Date: 2021-06-17 20:34+0200\n" "Last-Translator: Mathieu Dupuy \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -57,8 +57,8 @@ msgid "" "function for all use cases it can handle. For more advanced use cases, the " "underlying :class:`Popen` interface can be used directly." msgstr "" -"L'approche recommandée pour invoquer un sous-processus et d'utiliser la " -"fonction :func:`run` pour tous les cas d'utilisation qu'il gère. Pour les " +"L'approche recommandée pour invoquer un sous-processus est d'utiliser la " +"fonction :func:`run` pour tous les cas d'utilisation qu'elle gère. Pour les " "cas d'utilisation plus avancés, l'interface inhérente :class:`Popen` peut " "être utilisée directement."