docs(code): translate library/code paragraph 1

https://docs.python.org/fr/3.11/library/code.html
This commit is contained in:
Ismaël Maurice 2023-09-10 17:58:38 +02:00
parent aedc50e8e4
commit 750c13f20c

View File

@ -6,17 +6,18 @@ 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: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"PO-Revision-Date: 2023-09-10 17:57+0200\n"
"Last-Translator: Ismaël Tuo <ismael.tuo@edigrp.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Generator: Poedit 3.3.2\n"
#: library/code.rst:2
msgid ":mod:`code` --- Interpreter base classes"
msgstr ""
msgstr ":mod:`code` --- Classes de base de l'interprèteur"
#: library/code.rst:7
msgid "**Source code:** :source:`Lib/code.py`"
@ -28,6 +29,10 @@ msgid ""
"in Python. Two classes and convenience functions are included which can be "
"used to build applications which provide an interactive interpreter prompt."
msgstr ""
"Le module ``code`` fournit des facilités pour implémenter des boucles de "
"lecture-évaluation-écriture en Python. Deux classes et des fonctions de "
"commodité sont incluses et peuvent être utilisées pour construire des "
"applications qui fournissent une invite interactive de l'interpréteur."
#: library/code.rst:18
msgid ""