forked from AFPy/python-docs-fr
Fix following review
This commit is contained in:
parent a050775ea4
commit c62773c3e5
1 changed files with 4 additions and 4 deletions
| | @ -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 n’utilise pas les annotations de type, l’argument 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 "" | ||||
"L’attribut :func:`register` support l’utilisation des annotations de type." | ||||
"L’attribut :func:`register` gère l’utilisation des annotations de type." | ||||
| ||||
#: ../Doc/library/functools.rst:388 | ||||
msgid "" | ||||
| | | |||
Loading…
Add table
Add a link
Reference in a new issue