@@ -6,7 +6,7 @@ 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-07-12 19:39 +0200\n "
9
+ "PO-Revision-Date : 2018-07-12 20:19 +0200\n "
10
10
"
Last-Translator :
Julien Palard <[email protected] >\n "
11
11
"
Language-Team :
FRENCH <[email protected] >\n "
12
12
"Language : fr\n "
@@ -363,15 +363,15 @@ msgstr ""
363
363
"Pour ajouter des surcharges d'implémentation à la fonction, utiliser "
364
364
"l'attribut :func:`register` de la fonction générique. C'est un décorateur. "
365
365
"Pour les fonctions annotées avec des types, le décorateur infère le type du "
366
- "premier argument automatiquement::"
366
+ "premier argument automatiquement : ::"
367
367
368
368
#: ../Doc/library/functools.rst:301
369
369
msgid ""
370
370
"For code which doesn't use type annotations, the appropriate type argument "
371
371
"can be passed explicitly to the decorator itself::"
372
372
msgstr ""
373
373
"Pour le code qui n’utilise pas les annotations de type, l’argument du type "
374
- "souhaité peut être passé explicitement au décorateur::"
374
+ "souhaité peut être passé explicitement au décorateur : ::"
375
375
376
376
#: ../Doc/library/functools.rst:312
377
377
msgid ""
@@ -431,7 +431,7 @@ msgstr ""
431
431
#: ../Doc/library/functools.rst:382
432
432
msgid "The :func:`register` attribute supports using type annotations."
433
433
msgstr ""
434
- "L’attribut :func:`register` support l’utilisation des annotations de type."
434
+ "L’attribut :func:`register` gère l’utilisation des annotations de type."
435
435
436
436
#: ../Doc/library/functools.rst:388
437
437
msgid ""
0 commit comments