diff --git a/library/asyncio-subprocess.po b/library/asyncio-subprocess.po index da186b89..a74da26f 100644 --- a/library/asyncio-subprocess.po +++ b/library/asyncio-subprocess.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-01-15 22:33+0100\n" -"PO-Revision-Date: 2023-06-11 17:11+0200\n" +"PO-Revision-Date: 2023-06-17 10:31+0200\n" "Last-Translator: Christophe Nanteuil \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -177,7 +177,7 @@ msgid "" "` attributes will point to :class:" "`StreamReader` instances." msgstr "" -"Si *PIPE* est passé au paramètre *stdout* ou *stderr* , l'attribut :attr:" +"Si *PIPE* est passé au paramètre *stdout* ou *stderr*, l'attribut :attr:" "`Process.stdout ` et :attr:`Process." "stderr ` pointeront vers des instances " "de :class:`StreamReader`." @@ -237,7 +237,7 @@ msgid "" "unlike Popen, Process instances do not have an equivalent to the :meth:" "`~subprocess.Popen.poll` method;" msgstr "" -"contrairement à Popen, les instances Process n'ont pas d'équivalent à la " +"contrairement à *Popen*, les instances Process n'ont pas d'équivalent à la " "méthode :meth:`~subprocess.Popen.poll` ;" #: library/asyncio-subprocess.rst:176 @@ -306,13 +306,13 @@ msgstr "Interagit avec le processus :" #: library/asyncio-subprocess.rst:209 msgid "send data to *stdin* (if *input* is not ``None``);" -msgstr "envoie des données sur le *stdin* (si *input* n'est pas ``None``);" +msgstr "envoie des données sur le *stdin* (si *input* n'est pas ``None``) ;" #: library/asyncio-subprocess.rst:210 msgid "read data from *stdout* and *stderr*, until EOF is reached;" msgstr "" "lit les données sur *stdout* et *stderr*, jusqu'à ce que le EOF soit " -"atteint ;" +"atteint ;" #: library/asyncio-subprocess.rst:211 msgid "wait for process to terminate." diff --git a/library/asyncio-sync.po b/library/asyncio-sync.po index d8cc29d4..6757fc30 100644 --- a/library/asyncio-sync.po +++ b/library/asyncio-sync.po @@ -598,4 +598,4 @@ msgid "" msgstr "" "l'acquisition d'un verrou en utilisant ``wait lock`` ou ``yield from lock`` " "ou :keyword:`with` (``with await lock``, ``with (yield from lock)``) a été " -"supprimée . Utilisez ``async with lock`` à la place." +"supprimée. Utilisez ``async with lock`` à la place."