Skip to content

Commit bba81da

Browse files
committed
FIX: Hunspell rigourousness.
1 parent e47f84a commit bba81da

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

library/functools.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -138,7 +138,7 @@ msgstr ""
138138
"Pour aider à mesurer l'efficacité du cache et ajuster le paramètre "
139139
"*maxsize*, la fonction englobée est surveillée avec une fonction :func:"
140140
"`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 "
142142
"succès et échecs d'appel du cache sont approximatifs."
143143

144144
#: ../Doc/library/functools.rst:74

library/index.po

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1010
"Last-Translator: Julien Palard <julien@palard.fr>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -78,4 +78,5 @@ msgid ""
7878
msgstr ""
7979
"Au delà de la bibliothèque standard, il existe une collection grandissante "
8080
"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>`_."

library/itertools.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ msgstr ""
66
"Project-Id-Version: Python 3.6\n"
77
"Report-Msgid-Bugs-To: \n"
88
"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"
1010
"Last-Translator: Raphaël Gomès <alphare33@gmail.com>\n"
1111
"Language-Team: FRENCH <traductions@lists.afpy.org>\n"
1212
"Language: fr\n"
@@ -131,7 +131,7 @@ msgstr "elem [,n]"
131131

132132
#: ../Doc/library/itertools.rst:42
133133
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"
135135

136136
#: ../Doc/library/itertools.rst:42
137137
msgid "``repeat(10, 3) --> 10 10 10``"

0 commit comments

Comments
 (0)