Fix following review

This commit is contained in:
piotch 2018-07-12 20:21:59 +02:00
parent a050775ea4
commit c62773c3e5

View File

@ -6,7 +6,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2018-06-28 15:29+0200\n"
"PO-Revision-Date: 2018-07-12 19:39+0200\n"
"PO-Revision-Date: 2018-07-12 20:19+0200\n"
"Last-Translator: Julien Palard <julien@palard.fr>\n"
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
"Language: fr\n"
@ -363,7 +363,7 @@ msgstr ""
"Pour ajouter des surcharges d'implémentation à la fonction, utiliser "
"l'attribut :func:`register` de la fonction générique. C'est un décorateur. "
"Pour les fonctions annotées avec des types, le décorateur infère le type du "
"premier argument automatiquement::"
"premier argument automatiquement : ::"
#: ../Doc/library/functools.rst:301
msgid ""
@ -371,7 +371,7 @@ msgid ""
"can be passed explicitly to the decorator itself::"
msgstr ""
"Pour le code qui nutilise pas les annotations de type, largument du type "
"souhaité peut être passé explicitement au décorateur::"
"souhaité peut être passé explicitement au décorateur : ::"
#: ../Doc/library/functools.rst:312
msgid ""
@ -431,7 +431,7 @@ msgstr ""
#: ../Doc/library/functools.rst:382
msgid "The :func:`register` attribute supports using type annotations."
msgstr ""
"Lattribut :func:`register` support lutilisation des annotations de type."
"Lattribut :func:`register` gère lutilisation des annotations de type."
#: ../Doc/library/functools.rst:388
msgid ""