docs(library/code.po): Interactive Console Objects

Interactive Console Objects => https://docs.python.org/fr/3.11/library/code.html
This commit is contained in:
Ismaël Maurice 2023-09-10 18:54:05 +02:00
parent a0e742f755
commit 6103569be0

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:50+0200\n"
"PO-Revision-Date: 2023-09-10 18:53+0200\n"
"Last-Translator: Ismaël Tuo <ismael.tuo@edigrp.com>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -252,7 +252,7 @@ msgstr ""
#: library/code.rst:136
msgid "Interactive Console Objects"
msgstr ""
msgstr "Objets de la console interactive"
#: library/code.rst:138
msgid ""
@ -260,6 +260,9 @@ msgid ""
"`InteractiveInterpreter`, and so offers all the methods of the interpreter "
"objects as well as the following additions."
msgstr ""
"La classe :class:`InteractiveConsole` est une sous-classe de :class:"
"`InteractiveInterpreter`, et offre donc toutes les méthodes des objets "
"interprètes ainsi que les ajouts suivants."
#: library/code.rst:145
msgid ""