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

Skip to content

Commit fecc43a

Browse files
committed
FIX: Consistency with glossary.
1 parent 3cd5228 commit fecc43a

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

library/functools.po

+5-5
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgstr ""
88
"Project-Id-Version: Python 3.6\n"
99
"Report-Msgid-Bugs-To: \n"
1010
"POT-Creation-Date: 2017-12-01 07:43+0100\n"
11-
"PO-Revision-Date: 2017-12-01 08:57+0100\n"
11+
"PO-Revision-Date: 2018-04-16 23:54+0200\n"
1212
"Last-Translator: \n"
1313
"Language-Team: \n"
1414
"Language: fr\n"
@@ -54,10 +54,10 @@ msgid ""
5454
"comparison functions."
5555
msgstr ""
5656
"Transforme une fonction de comparaison à l'ancienne en une :term:`fonction "
57-
"clef`. Utilisé avec des outils qui acceptent des fonctions clef (comme :"
58-
"func:`sorted`, :func:`min`, :func:`max`, :func:`heapq.nlargest`, :func:"
59-
"`heapq.nsmallest`, :func:`itertools.groupby`). Cette fonction est destinée "
60-
"au portage de fonctions python 2 utilisant des fonctions de comparaison vers "
57+
"clé`. Utilisé avec des outils qui acceptent des fonctions clef (comme :func:"
58+
"`sorted`, :func:`min`, :func:`max`, :func:`heapq.nlargest`, :func:`heapq."
59+
"nsmallest`, :func:`itertools.groupby`). Cette fonction est destinée au "
60+
"portage de fonctions python 2 utilisant des fonctions de comparaison vers "
6161
"Python 3."
6262

6363
#: ../Doc/library/functools.rst:32

0 commit comments

Comments
 (0)