1
0
Fork 0

FIX: Consistency with glossary.

This commit is contained in:
Julien Palard 2018-04-16 23:54:32 +02:00
parent 3cd5228e6e
commit fecc43af47
1 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: Python 3.6\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2017-12-01 07:43+0100\n"
"PO-Revision-Date: 2017-12-01 08:57+0100\n"
"PO-Revision-Date: 2018-04-16 23:54+0200\n"
"Last-Translator: \n"
"Language-Team: \n"
"Language: fr\n"
@ -54,10 +54,10 @@ msgid ""
"comparison functions."
msgstr ""
"Transforme une fonction de comparaison à l'ancienne en une :term:`fonction "
"clef`. Utilisé avec des outils qui acceptent des fonctions clef (comme :"
"func:`sorted`, :func:`min`, :func:`max`, :func:`heapq.nlargest`, :func:"
"`heapq.nsmallest`, :func:`itertools.groupby`). Cette fonction est destinée "
"au portage de fonctions python 2 utilisant des fonctions de comparaison vers "
"clé`. Utilisé avec des outils qui acceptent des fonctions clef (comme :func:"
"`sorted`, :func:`min`, :func:`max`, :func:`heapq.nlargest`, :func:`heapq."
"nsmallest`, :func:`itertools.groupby`). Cette fonction est destinée au "
"portage de fonctions python 2 utilisant des fonctions de comparaison vers "
"Python 3."
#: ../Doc/library/functools.rst:32