From e56f9d76db962819f9355e159faaed7eaae0d924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Fri, 18 Jun 2021 09:05:30 +0200 Subject: [PATCH] Correction de typo sur la fonction run (#1665) Automerge of PR #1665 by @flashcode --- library/subprocess.po | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/library/subprocess.po b/library/subprocess.po index fffdac57..31143f9c 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."