@@ -5,15 +5,15 @@ msgid ""
55msgstr ""
66"Project-Id-Version : Python 3.6\n "
77"Report-Msgid-Bugs-To : \n "
8- "POT-Creation-Date : 2018-12-12 22:58 +0100\n "
9- "PO-Revision-Date : 2018-09-29 14:47+0200 \n "
10- "Last-Translator : Julien Palard <julien@palard.fr >\n "
8+ "POT-Creation-Date : 2018-11-29 16:06 +0100\n "
9+ "PO-Revision-Date : 2018-12-14 15:07+0100 \n "
10+ "Last-Translator : Jules Lasne <jules.lasne@gmail.com >\n "
1111"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
1212"Language : fr\n "
1313"MIME-Version : 1.0\n "
1414"Content-Type : text/plain; charset=UTF-8\n "
1515"Content-Transfer-Encoding : 8bit\n "
16- "X-Generator : Poedit 2.0. 2\n "
16+ "X-Generator : Poedit 2.2\n "
1717
1818#: ../Doc/glossary.rst:5
1919msgid "Glossary"
@@ -226,7 +226,6 @@ msgstr ""
226226"de valeurs utilisables dans une boucle :keyword:`async for`."
227227
228228#: ../Doc/glossary.rst:98
229- #, fuzzy
230229msgid ""
231230"Usually refers to an asynchronous generator function, but may refer to an "
232231"*asynchronous generator iterator* in some contexts. In cases where the "
@@ -254,7 +253,6 @@ msgid "An object created by a :term:`asynchronous generator` function."
254253msgstr "Objet créé par une fonction :term:`asynchronous generator`."
255254
256255#: ../Doc/glossary.rst:109
257- #, fuzzy
258256msgid ""
259257"This is an :term:`asynchronous iterator` which when called using the :meth:"
260258"`__anext__` method returns an awaitable object which will execute that the "
@@ -383,7 +381,7 @@ msgstr ""
383381
384382#: ../Doc/glossary.rst:156
385383msgid "bytes-like object"
386- msgstr "Objet bytes-compatible"
384+ msgstr "objet bytes-compatible"
387385
388386#: ../Doc/glossary.rst:158
389387msgid ""
@@ -481,7 +479,6 @@ msgid "coercion"
481479msgstr "coercition"
482480
483481#: ../Doc/glossary.rst:198
484- #, fuzzy
485482msgid ""
486483"The implicit conversion of an instance of one type to another during an "
487484"operation which involves two arguments of the same type. For example, "
@@ -496,11 +493,12 @@ msgstr ""
496493"opération dont les deux opérandes doivent être de même type. Par exemple "
497494"``int(3.15)`` convertit explicitement le nombre à virgule flottante en "
498495"nombre entier ``3``. Mais dans l'opération ``3 + 4.5``, les deux opérandes "
499- "sont d'un type différent, alors qu'elles doivent avoir le même type pour "
500- "être additionnées (sinon une exception ``TypeError`` serait levée). Sans "
501- "coercition, toutes les opérandes, même de types compatibles, devraient être "
502- "converties (on parle aussi de *cast*) explicitement par le développeur, par "
503- "exemple : ``float(3) + 4.5`` au lieu du simple ``3 + 4.5``."
496+ "sont d'un type différent (Un entier et un nombre à virgule flottante), alors "
497+ "qu'elles doivent avoir le même type pour être additionnées (sinon une "
498+ "exception :exc:`TypeError` serait levée). Sans coercition, toutes les "
499+ "opérandes, même de types compatibles, devraient être converties (on parle "
500+ "aussi de *cast*) explicitement par le développeur, par exemple : ``float(3) "
501+ "+ 4.5`` au lieu du simple ``3 + 4.5``."
504502
505503#: ../Doc/glossary.rst:206
506504msgid "complex number"
@@ -943,19 +941,18 @@ msgstr "annotation de fonction"
943941
944942#: ../Doc/glossary.rst:389
945943msgid "An :term:`annotation` of a function parameter or return value."
946- msgstr ":term:`annotation` d'un paramètre de fonction ou valeur de retour"
944+ msgstr ":term:`annotation` d'un paramètre de fonction ou valeur de retour. "
947945
948946#: ../Doc/glossary.rst:391
949- #, fuzzy
950947msgid ""
951948"Function annotations are usually used for :term:`type hints <type hint>`: "
952949"for example, this function is expected to take two :class:`int` arguments "
953950"and is also expected to have an :class:`int` return value::"
954951msgstr ""
955952"Les annotations de fonctions sont généralement utilisées pour des :term:"
956- "`indications de types <type hint>` : par exemple, cette fonction devrait "
953+ "`indications de types <type hint>` : par exemple, cette fonction devrait "
957954"prendre deux arguments :class:`int` et devrait également avoir une valeur de "
958- "retour de type :class:`int` ::"
955+ "retour de type :class:`int` ::"
959956
960957#: ../Doc/glossary.rst:399
961958msgid "Function annotation syntax is explained in section :ref:`function`."
@@ -1590,7 +1587,7 @@ msgstr ""
15901587
15911588#: ../Doc/glossary.rst:661
15921589msgid "mapping"
1593- msgstr "Tableau de correspondances"
1590+ msgstr "tableau de correspondances"
15941591
15951592#: ../Doc/glossary.rst:663
15961593msgid ""
0 commit comments