File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2018-09-15 21:52+0200\n "
9
- "PO-Revision-Date : 2018-09-28 11:31 +0200\n "
9
+ "PO-Revision-Date : 2018-09-28 14:32 +0200\n "
10
10
"Last-Translator : Julien Palard <julien@palard.fr>\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
@@ -138,7 +138,7 @@ msgstr ""
138
138
"Pour aider à mesurer l'efficacité du cache et ajuster le paramètre "
139
139
"*maxsize*, la fonction englobée est surveillée avec une fonction :func:"
140
140
"`cache_info` qui renvoie un :term:`named tuple` affichant les *hits*, "
141
- "*misses*, *maxsize* et *currsize*. Dans un environnement multi-thread , les "
141
+ "*misses*, *maxsize* et *currsize*. Dans un environnement *multithread* , les "
142
142
"succès et échecs d'appel du cache sont approximatifs."
143
143
144
144
#: ../Doc/library/functools.rst:74
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2018-06-10 11:27+0200\n "
9
- "PO-Revision-Date : 2018-09-28 13:12 +0200\n "
9
+ "PO-Revision-Date : 2018-09-28 14:32 +0200\n "
10
10
"Last-Translator : Julien Palard <julien@palard.fr>\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
@@ -78,4 +78,5 @@ msgid ""
78
78
msgstr ""
79
79
"Au delà de la bibliothèque standard, il existe une collection grandissante "
80
80
"de plusieurs milliers de composants (des programmes, des modules, ou des "
81
- "frameworks), disponibles dans le `Python Package Index <https://pypi.org>`_."
81
+ "*frameworks*), disponibles dans le `Python Package Index <https://pypi."
82
+ "org>`_."
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ msgstr ""
6
6
"Project-Id-Version : Python 3.6\n "
7
7
"Report-Msgid-Bugs-To : \n "
8
8
"POT-Creation-Date : 2018-06-28 15:29+0200\n "
9
- "PO-Revision-Date : 2018-09-28 13:16 +0200\n "
9
+ "PO-Revision-Date : 2018-09-28 14:32 +0200\n "
10
10
"Last-Translator : Raphaël Gomès <alphare33@gmail.com>\n "
11
11
"Language-Team : FRENCH <traductions@lists.afpy.org>\n "
12
12
"Language : fr\n "
@@ -131,7 +131,7 @@ msgstr "elem [,n]"
131
131
132
132
#: ../Doc/library/itertools.rst:42
133
133
msgid "elem, elem, elem, ... endlessly or up to n times"
134
- msgstr "*elem*, *elem*, *elem*, ...à l'infini ou jusqu'à n fois"
134
+ msgstr "*elem*, *elem*, *elem*, ... à l'infini ou jusqu'à n fois"
135
135
136
136
#: ../Doc/library/itertools.rst:42
137
137
msgid "``repeat(10, 3) --> 10 10 10``"
You can’t perform that action at this time.
0 commit comments