diff --git a/library/asyncio-eventloop.po b/library/asyncio-eventloop.po index 2278b9d5..f760f959 100644 --- a/library/asyncio-eventloop.po +++ b/library/asyncio-eventloop.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2023-04-14 13:19+0200\n" -"PO-Revision-Date: 2023-06-17 01:28+0200\n" +"PO-Revision-Date: 2023-07-05 23:26+0200\n" "Last-Translator: Christophe Nanteuil \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -2151,7 +2151,7 @@ msgstr "'exception' (facultatif) : objet exception ;" #: library/asyncio-eventloop.rst:1330 msgid "'future' (optional): :class:`asyncio.Future` instance;" -msgstr "'future' (facultatif) : instance :class:`asyncio.Future` ;" +msgstr "'future' (facultatif) : instance de :class:`asyncio.Future` ;" #: library/asyncio-eventloop.rst:1331 msgid "'task' (optional): :class:`asyncio.Task` instance;" @@ -2565,7 +2565,7 @@ msgstr "" "que l'objet Serveur est fermé et n'accepte pas de nouvelle connexion lorsque " "l'instruction ``async with`` est terminée ::" -# vulnérabilités +# suit un : #: library/asyncio-eventloop.rst:1558 msgid "Server object is an asynchronous context manager since Python 3.7." msgstr "" @@ -2716,8 +2716,8 @@ msgid "" "`MSDN documentation on I/O Completion Ports `_." msgstr "" -"`Documentation MSDN sur les I/O Completion Ports `_." +"`Documentation MSDN sur les ports de saisie semi-automatique d’E/S `_." #: library/asyncio-eventloop.rst:1689 msgid "Abstract base class for asyncio-compliant event loops."