diff --git a/library/array.po b/library/array.po index efe8ddaf..94cfba49 100644 --- a/library/array.po +++ b/library/array.po @@ -6,7 +6,7 @@ msgstr "" "Project-Id-Version: Python 3.6\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2018-03-23 09:03+0100\n" -"PO-Revision-Date: 2018-10-05 09:29+0200\n" +"PO-Revision-Date: 2018-10-05 09:57+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -262,11 +262,11 @@ msgid "" "below) to add initial items to the array. Otherwise, the iterable " "initializer is passed to the :meth:`extend` method." msgstr "" -"Si une liste ou une chaîne de caractères est donnée, l'initialiseur est " -"passé à la méthode :meth:`fromlist`, :meth:`frombytes` ou :meth:" +"Si le paramètre *initializer* est une liste ou une chaîne de caractères, il " +"est passé à la méthode :meth:`fromlist`, :meth:`frombytes` ou :meth:" "`fromunicode` du tableau (voir ci-dessous) pour ajouter les éléments " -"initiaux du tableau. Sinon, l'initialiseur itérable est passé à la méthode :" -"meth:`extend`." +"initiaux du tableau. Si c'est un itérable, il est passé à la méthode :meth:" +"`extend`." #: ../Doc/library/array.rst:89 msgid "A string with all available type codes."