fix(library/code): Replace the print translation

Change the print translation to affichage
This commit is contained in:
Ismaël Maurice 2023-09-13 20:56:23 +02:00
parent 3a38d6e7a0
commit f1c0768d4f

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-13 20:52+0200\n"
"PO-Revision-Date: 2023-09-13 20:55+0200\n"
"Last-Translator: Ismaël Tuo <ismael.tuo@edigrp.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -74,7 +74,7 @@ msgid ""
"banner and exit message to use, if provided. The console object is "
"discarded after use."
msgstr ""
"Fonction de commodité pour lancer une boucle lecture-évaluation-écriture. "
"Fonction de commodité pour lancer une boucle lecture-évaluation-affichage. "
"Elle crée une nouvelle instance de :class:`InteractiveConsole` et utilise "
"*readfunc* comme méthode :meth:`InteractiveConsole.raw_input`, si elle est "
"fournie. Si *local* est fourni, il est passé au constructeur de :class:"