docs(library/code.po): translate write

InteractiveInterpreter.write =<
https://docs.python.org/fr/3.11/library/code.html
This commit is contained in:
Ismaël Maurice 2023-09-10 18:51:38 +02:00
parent 119eb9c0c3
commit a0e742f755

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2020-08-24 09:01+0200\n"
"PO-Revision-Date: 2023-09-10 18:49+0200\n"
"PO-Revision-Date: 2023-09-10 18:50+0200\n"
"Last-Translator: Ismaël Tuo <ismael.tuo@edigrp.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -246,6 +246,9 @@ msgid ""
"classes should override this to provide the appropriate output handling as "
"needed."
msgstr ""
"Écrire une chaîne de caractères dans le flux d'erreur standard (``sys."
"stderr``). Les classes dérivées doivent surcharger cette fonction pour "
"fournir la gestion de sortie appropriée."
#: library/code.rst:136
msgid "Interactive Console Objects"