Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c62773c

Browse files
committed
Fix following review
1 parent a050775 commit c62773c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/functools.po

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1010
"Last-Translator: Julien Palard <[email protected]>\n"
1111
"Language-Team: FRENCH <[email protected]>\n"
1212
"Language: fr\n"
@@ -363,15 +363,15 @@ msgstr ""
363363
"Pour ajouter des surcharges d'implémentation à la fonction, utiliser "
364364
"l'attribut :func:`register` de la fonction générique. C'est un décorateur. "
365365
"Pour les fonctions annotées avec des types, le décorateur infère le type du "
366-
"premier argument automatiquement::"
366+
"premier argument automatiquement : ::"
367367

368368
#: ../Doc/library/functools.rst:301
369369
msgid ""
370370
"For code which doesn't use type annotations, the appropriate type argument "
371371
"can be passed explicitly to the decorator itself::"
372372
msgstr ""
373373
"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 : ::"
375375

376376
#: ../Doc/library/functools.rst:312
377377
msgid ""
@@ -431,7 +431,7 @@ msgstr ""
431431
#: ../Doc/library/functools.rst:382
432432
msgid "The :func:`register` attribute supports using type annotations."
433433
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."
435435

436436
#: ../Doc/library/functools.rst:388
437437
msgid ""

0 commit comments

Comments
 (0)