diff --git a/library/array.po b/library/array.po index c11294f2..8a3b9eb1 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-04 17:09+0200\n" +"PO-Revision-Date: 2018-10-04 17:32+0200\n" "Last-Translator: Julien Palard \n" "Language-Team: FRENCH \n" "Language: fr\n" @@ -252,7 +252,7 @@ msgid "" msgstr "" "Un nouveau tableau dont les éléments sont limités par *typecode*, et " "initialisés par la valeur optionnelle *initializer*, qui peut être une " -"liste, un :term:`bytes-like object, ou un itérable sur des éléments du type " +"liste, un :term:`bytes-like object`, ou un itérable sur des éléments du type " "approprié." #: ../Doc/library/array.rst:81 @@ -479,8 +479,8 @@ msgstr "" #: ../Doc/library/array.rst:232 msgid "Write all items (as machine values) to the :term:`file object` *f*." msgstr "" -"Ecrit tous les éléments (en tant que valeurs machine) du :term:`file " -"object`*f*." +"Ecrit tous les éléments (en tant que valeurs machine) du :term:`file object` " +"*f*." #: ../Doc/library/array.rst:237 msgid "Convert the array to an ordinary list with the same items."