From bba81da1c7289d00ed3653a89cc457b9aed442d2 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Fri, 28 Sep 2018 14:32:48 +0200 Subject: [PATCH] FIX: Hunspell rigourousness. --- library/functools.po | 4 ++-- library/index.po | 5 +++-- library/itertools.po | 4 ++-- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/library/functools.po b/library/functools.po index 2d9412b3..035a65b1 100644 --- a/library/functools.po +++ b/library/functools.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-09-15 21:52+0200\n" -"PO-Revision-Date: 2018-09-28 11:31+0200\n" +"PO-Revision-Date: 2018-09-28 14:32+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -138,7 +138,7 @@ msgstr "" "Pour aider à mesurer l'efficacité du cache et ajuster le paramètre " "*maxsize*, la fonction englobée est surveillée avec une fonction :func:" "`cache_info` qui renvoie un :term:`named tuple` affichant les *hits*, " -"*misses*, *maxsize* et *currsize*. Dans un environnement multi-thread, les " +"*misses*, *maxsize* et *currsize*. Dans un environnement *multithread*, les " "succès et échecs d'appel du cache sont approximatifs." #: ../Doc/library/functools.rst:74 diff --git a/library/index.po b/library/index.po index 63a0958d..83f33cf9 100644 --- a/library/index.po +++ b/library/index.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-06-10 11:27+0200\n" -"PO-Revision-Date: 2018-09-28 13:12+0200\n" +"PO-Revision-Date: 2018-09-28 14:32+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -78,4 +78,5 @@ msgid "" msgstr "" "Au delà de la bibliothèque standard, il existe une collection grandissante " "de plusieurs milliers de composants (des programmes, des modules, ou des " -"frameworks), disponibles dans le `Python Package Index `_." +"*frameworks*), disponibles dans le `Python Package Index `_." diff --git a/library/itertools.po b/library/itertools.po index 94e266ea..661a92e2 100644 --- a/library/itertools.po +++ b/library/itertools.po @@ -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-09-28 13:16+0200\n" +"PO-Revision-Date: 2018-09-28 14:32+0200\n" "Last-Translator: Raphaël Gomès \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -131,7 +131,7 @@ msgstr "elem [,n]" #: ../Doc/library/itertools.rst:42 msgid "elem, elem, elem, ... endlessly or up to n times" -msgstr "*elem*, *elem*, *elem*, ...à l'infini ou jusqu'à n fois" +msgstr "*elem*, *elem*, *elem*, ... à l'infini ou jusqu'à n fois" #: ../Doc/library/itertools.rst:42 msgid "``repeat(10, 3) --> 10 10 10``"