diff --git a/tutorial/classes.po b/tutorial/classes.po index a274ff72..ee155b1d 100644 --- a/tutorial/classes.po +++ b/tutorial/classes.po @@ -6,14 +6,14 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2019-09-04 11:33+0200\n" -"PO-Revision-Date: 2019-07-08 22:45+0200\n" +"PO-Revision-Date: 2019-10-31 17:05+0100\n" "Last-Translator: Jules Lasne \n" "Language-Team: FRENCH \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 2.2\n" +"X-Generator: Poedit 1.8.7.1\n" #: ../Doc/tutorial/classes.rst:5 msgid "Classes" @@ -792,6 +792,8 @@ msgid "" "If the same attribute name occurs in both an instance and in a class, then " "attribute lookup prioritizes the instance::" msgstr "" +"Si le même nom d'attribut apparaît à la fois dans une instance et dans une " +"classe, alors la recherche d'attribut donne la priorité à l'instance ::" #: ../Doc/tutorial/classes.rst:493 msgid ""