docs(library/code.po): translate raw_input
All checks were successful
ci/woodpecker/pr/woodpecker Pipeline was successful

InteractiveConsole.raw_input => https://docs.python.org/fr/3.11/library/code.html
This commit is contained in:
Ismaël Maurice 2023-09-10 19:03:51 +02:00
parent 0c67daceef
commit 67598f0c41

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 19:01+0200\n"
"PO-Revision-Date: 2023-09-10 19:03+0200\n"
"Last-Translator: Ismaël Tuo <ismael.tuo@edigrp.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -332,3 +332,8 @@ msgid ""
"`EOFError` is raised. The base implementation reads from ``sys.stdin``; a "
"subclass may replace this with a different implementation."
msgstr ""
"Écrit une invite et lit une ligne. La ligne retournée n'inclut pas la "
"nouvelle ligne de fin. Lorsque l'utilisateur entre la séquence de touches "
"EOF, :exc:`EOFError` est levée. L'implémentation de base lit à partir de "
"``sys.stdin`` ; une sous-classe peut la remplacer par une implémentation "
"différente."