@@ -6,14 +6,14 @@ msgstr ""
6
6
"Project-Id-Version :Python 3.6\n "
7
7
"Report-Msgid-Bugs-To :\n "
8
8
"POT-Creation-Date :2018-06-28 15:29+0200\n "
9
- "PO-Revision-Date :2018-05-08 20:25 +0200\n "
9
+ "PO-Revision-Date :2018-07-12 20:19 +0200\n "
10
10
"Last-Translator :Julien Palard <julien@palard.fr>\n "
11
11
"Language-Team :FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language :fr\n "
13
13
"MIME-Version :1.0\n "
14
14
"Content-Type :text/plain; charset=UTF-8\n "
15
15
"Content-Transfer-Encoding :8bit\n "
16
- "X-Generator :Poedit1.8.6 \n "
16
+ "X-Generator :Poedit2.0.9 \n "
17
17
18
18
#: ../Doc/library/functools.rst:2
19
19
msgid ""
@@ -354,23 +354,24 @@ msgstr ""
354
354
"premier argument, donc la fonction doit être créée en conséquence ::"
355
355
356
356
#: ../Doc/library/functools.rst:283
357
- #, fuzzy
358
357
msgid ""
359
358
"To add overloaded implementations to the function, use the :func:`register` "
360
359
"attribute of the generic function. It is a decorator. For functions "
361
360
"annotated with types, the decorator will infer the type of the first "
362
361
"argument automatically::"
363
362
msgstr ""
364
363
"Pour ajouter des surcharges d'implémentation à la fonction, utiliser "
365
- "l'attribut :func:`register` de la fonction générique. C'est un décorateur, "
366
- "prenant un type en paramètre et décorant une fonction implémentant "
367
- "l'opération pour ce type ::"
364
+ "l'attribut :func:`register` de la fonction générique. C'est un décorateur. "
365
+ "Pour les fonctions annotées avec des types, le décorateur infère le type du "
366
+ "premier argument automatiquement : ::"
368
367
369
368
#: ../Doc/library/functools.rst:301
370
369
msgid ""
371
370
"For code which doesn't use type annotations, the appropriate type argument "
372
371
"can be passed explicitly to the decorator itself::"
373
372
msgstr ""
373
+ "Pour le code qui n’utilise pas les indications de type, le type souhaité "
374
+ "peut être passé explicitement en argument au décorateur : ::"
374
375
375
376
#: ../Doc/library/functools.rst:312
376
377
msgid ""
@@ -430,6 +431,7 @@ msgstr ""
430
431
#: ../Doc/library/functools.rst:382
431
432
msgid "The :func:`register` attribute supports using type annotations."
432
433
msgstr ""
434
+ "L’attribut :func:`register` gère l’utilisation des indications de type."
433
435
434
436
#: ../Doc/library/functools.rst:388
435
437
msgid ""